diff src/version.c @ 6428:89143424f604 v7.4.544

updated for version 7.4.544 Problem: Warnings for unused arguments when compiling with a combination of features. Solution: Add "UNUSED".
author Bram Moolenaar <bram@vim.org>
date Sat, 13 Dec 2014 03:20:14 +0100
parents f673842874b6
children d2239abd3edb
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 */
 /**/
+    544,
+/**/
     543,
 /**/
     542,