summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-06-29 15:36:26 +0200
committerBram Moolenaar <Bram@vim.org>2013-06-29 15:36:26 +0200
commit27515921196e61034c18718812b6417f65d0337f (patch)
tree2c5bd79836a4ba64df3af32381a5d8c0ac43a797 /src/version.c
parenta8e3580be61f582aad05d3154896e73b0c414efb (diff)
downloadvim-git-27515921196e61034c18718812b6417f65d0337f.tar.gz
updated for version 7.3.1267v7.3.1267
Problem: MS-Windows ACL support doesn't work well. Solution: Implement more ACL support. (Ken Takata)
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 b35ed20af..d554cd601 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 */
/**/
+ 1267,
+/**/
1266,
/**/
1265,