comparison src/version.c @ 5768:3ee5808a293c v7.4.228

updated for version 7.4.228 Problem: Compiler warnings when building with Python 3.2. Solution: Make type cast depend on Python version. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Sun, 30 Mar 2014 16:11:43 +0200
parents b0a9df477096
children 839cca5ec18d
comparison
equal deleted inserted replaced
5767:f11d9682dddd 5768:3ee5808a293c
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 228,
737 /**/ 739 /**/
738 227, 740 227,
739 /**/ 741 /**/
740 226, 742 226,
741 /**/ 743 /**/