diff src/version.c @ 4825:208a6c04e6b8 v7.3.1159

updated for version 7.3.1159 Problem: The round() function is not always available. (Christ van Willegen) Solution: Use the solution from f_round().
author Bram Moolenaar <bram@vim.org>
date Mon, 10 Jun 2013 20:10:44 +0200
parents 46077370bc60
children 60301d4d1682
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1159,
+/**/
     1158,
 /**/
     1157,