comparison 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
comparison
equal deleted inserted replaced
5524:486655e0c5a2 5525:3fbda56bb200
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 111,
741 /**/ 743 /**/
742 110, 744 110,
743 /**/ 745 /**/
744 109, 746 109,
745 /**/ 747 /**/