diff src/version.c @ 4295:5aa74a2f8f9d v7.3.897

updated for version 7.3.897 Problem: Configure doesn't always find the shared library. Solution: Change the configure script. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Mon, 15 Apr 2013 14:44:57 +0200
parents af3a3680fc75
children aca1886102bd
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 */
 /**/
+    897,
+/**/
     896,
 /**/
     895,