commit | 3f7d0907269558cb3ea184a3083640f9e20bb21e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 12 21:13:42 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 12 21:13:42 2016 +0100 |
tree | a113c86c1fc14edbacaeb0ac2c5ce956881fad25 | |
parent | d4db7719bdfbc54df396eac08d8cbb2389feacf4 [diff] [blame] |
patch 8.0.0082 Problem: Extension for configure should be ".ac". Solution: Rename configure.in to configure.ac. (James McCoy, closes #1173)
diff --git a/src/version.c b/src/version.c index 3071edc..e851922 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 82, +/**/ 81, /**/ 80,