diff src/version.c @ 5525:3fbda56bb200 v7.4.111

updated for version 7.4.111 Problem: Memory leak in Python OptionsAssItem. (Ken Takata) Solution: Call Py_XDECREF() where needed. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Sat, 07 Dec 2013 14:28:43 +0100
parents 6e54d1b3408c
children af8217e4ed7e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    111,
+/**/
     110,
 /**/
     109,