diff src/version.c @ 4045:9a1a4c486e6b v7.3.777

updated for version 7.3.777 Problem: When building with Gnome locale gets reset. Solution: Set locale after gnome_program_init(). (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 23 Jan 2013 16:00:11 +0100
parents 80b041b994d1
children 562bbee33aa4
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    777,
+/**/
     776,
 /**/
     775,