diff src/version.c @ 3074:6eae1b42c668 v7.3.309

updated for version 7.3.309 Problem: Warnings for pointer types. Solution: Change PySliceObject to PyObject.
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Sep 2011 15:41:58 +0200
parents 61c5e1527bd8
children 51ce22ba89d1
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 */
 /**/
+    309,
+/**/
     308,
 /**/
     307,