diff src/version.c @ 4597:00eecb2f8e3e v7.3.1046

updated for version 7.3.1046 Problem: Python: Using Py_BuildValue for building strings. Solution: Python patch 7 and 7.5: Replace Py_BuildValue with PyString_FromString. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 29 May 2013 22:26:18 +0200
parents 29b2be2bba0d
children 89bec74fd793
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 */
 /**/
+    1046,
+/**/
     1045,
 /**/
     1044,