diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-12-02 11:08:38 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-12-02 11:08:38 +0000 |
commit | 43b36a3bc6a32d5094844be0f06a4d40d89749bb (patch) | |
tree | 1406d7611a0152ebff258721daa8623555957a37 /src | |
parent | d32a319f40e1554c100f3027fd077d278b064f67 (diff) | |
download | vim-git-7.2.310.tar.gz |
updated for version 7.2-310v7.2.310
Diffstat (limited to 'src')
-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 72f84c54e..6ae83a421 100644 --- a/src/version.c +++ b/src/version.c @@ -682,6 +682,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 310, +/**/ 309, /**/ 308, |