diff src/version.c @ 3083:dc60200a16b2 v7.3.313

updated for version 7.3.313 Problem: One more warning when compiling with dynamic Python 3. Solution: Change PySliceObject to PyObject.
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Sep 2011 18:59:39 +0200
parents 0ed06069aaf3
children 6ab1b45cc95e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    313,
+/**/
     312,
 /**/
     311,