diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-11-03 00:41:00 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-11-03 00:41:00 +0100 |
commit | 39766a7595461b89d1aebff72ac3853225e6a4c5 (patch) | |
tree | 00df2e3fe0c13c49f737e9b2a2b52c472b1e4873 /src/version.c | |
parent | 0b400087d076ba1a476d753c019fbfd96d8ae58e (diff) | |
download | vim-39766a7595461b89d1aebff72ac3853225e6a4c5.zip |
updated for version 7.4.061
Problem: Availability macros configure check in wrong place.
Solution: Also check when not using Darwin. Remove version check.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 0c5c5734e..5ef4c228c 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 61, +/**/ 60, /**/ 59, |