diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-07-28 18:29:08 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-07-28 18:29:08 +0200 |
commit | 1a42b4befb5307d20dc6ff4685116e085ece3b1f (patch) | |
tree | c2abf78cbf3f3f6d6df9711ae68729dc91f29751 /src/version.c | |
parent | 1a4a75c5dcc4a255bbaa60ea6aade5ffdd32e4d9 (diff) | |
download | vim-1a42b4befb5307d20dc6ff4685116e085ece3b1f.zip |
Update files for the 7.4b BETA release.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 94 |
1 files changed, 0 insertions, 94 deletions
diff --git a/src/version.c b/src/version.c index e71b778aa..f06355765 100644 --- a/src/version.c +++ b/src/version.c @@ -728,100 +728,6 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ - 47, -/**/ - 46, -/**/ - 45, -/**/ - 44, -/**/ - 43, -/**/ - 42, -/**/ - 41, -/**/ - 40, -/**/ - 39, -/**/ - 38, -/**/ - 37, -/**/ - 36, -/**/ - 35, -/**/ - 34, -/**/ - 33, -/**/ - 32, -/**/ - 31, -/**/ - 30, -/**/ - 29, -/**/ - 28, -/**/ - 27, -/**/ - 26, -/**/ - 25, -/**/ - 24, -/**/ - 23, -/**/ - 22, -/**/ - 21, -/**/ - 20, -/**/ - 19, -/**/ - 18, -/**/ - 17, -/**/ - 16, -/**/ - 15, -/**/ - 14, -/**/ - 13, -/**/ - 12, -/**/ - 11, -/**/ - 10, -/**/ - 9, -/**/ - 8, -/**/ - 7, -/**/ - 6, -/**/ - 5, -/**/ - 4, -/**/ - 3, -/**/ - 2, -/**/ - 1, -/**/ 0 }; |