diff src/version.c @ 3863:2696da84d370 v7.3.688

updated for version 7.3.688 Problem: Python 3.3 is not supported. Solution: Add Python 3.3 support (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Sun, 14 Oct 2012 03:22:56 +0200
parents 0545dab1517f
children 3c072c1cb873
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    688,
+/**/
     687,
 /**/
     686,