diff src/version.c @ 3439:94374e0b6267 v7.3.485

updated for version 7.3.485 Problem: When building Vim LDFLAGS isn't passed on to building xxd. Solution: Pass the LDFLAGS value. (James McCoy)
author Bram Moolenaar <bram@vim.org>
date Wed, 28 Mar 2012 17:17:48 +0200
parents 00fa605e7d7b
children 08a37c57af47
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    485,
+/**/
     484,
 /**/
     483,