diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-06-16 15:50:33 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-06-16 15:50:33 +0000 |
commit | 2a7b9ee0a7e7f6ba64097f061c7555c0847a62b0 (patch) | |
tree | be70bbb4281b1b6a5d064bc4469ecd61e3bcd22c /src/version.c | |
parent | adb09c2e691799163e4b498f689dab854870aca8 (diff) | |
download | vim-2a7b9ee0a7e7f6ba64097f061c7555c0847a62b0.zip |
updated for version 7.2-208
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 2ec6a6a9d..044b2fdd4 100644 --- a/src/version.c +++ b/src/version.c @@ -677,6 +677,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 208, +/**/ 207, /**/ 206, |