summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-04-24 13:47:45 +0200
committerBram Moolenaar <Bram@vim.org>2013-04-24 13:47:45 +0200
commit335e0b69744ededb907fb9167f72ac84e37e1304 (patch)
tree32bfacea7b64cb829c456f1ad1eebe4efbee985c /src/version.c
parent4d1da49cfe2528474dafb0535dd0cab19c3c3579 (diff)
downloadvim-git-7.3.910.tar.gz
updated for version 7.3.910v7.3.910
Problem: Python code in #ifdef branches with only minor differences. Solution: Merge the #ifdef branches. (ZyX)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 7a11a8fbc..95cd85756 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 910,
+/**/
909,
/**/
908,