diff src/version.c @ 4750:7793e737ec87 v7.3.1122

updated for version 7.3.1122 Problem: New regexp engine: \%> not supported. Solution: Implement \%>.
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Jun 2013 18:52:40 +0200
parents 4b9503f0c7d3
children 77ecab3bb207
line wrap: on
line diff
--- 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 */
 /**/
+    1122,
+/**/
     1121,
 /**/
     1120,