diff src/version.c @ 6432:84190359b979 v7.4.546

updated for version 7.4.546 Problem: Repeated use of vim_snprintf() with a number. Solution: Move these vim_snprintf() calls into a function.
author Bram Moolenaar <bram@vim.org>
date Sat, 13 Dec 2014 03:58:09 +0100
parents d2239abd3edb
children 19726451aabe
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    546,
+/**/
     545,
 /**/
     544,