diff src/version.c @ 2900:4e21fd3cfc30 v7.3.223

updated for version 7.3.223 Problem: MingW cross compilation doesn't work with tiny features. Solution: Move acp_to_enc(), enc_to_utf16() and utf16_to_enc() outside of "#ifdef CLIPBOARD". Fix typo in makefile.
author Bram Moolenaar <bram@vim.org>
date Sun, 19 Jun 2011 01:30:07 +0200
parents c3b4b1c89d8e
children 69e0783ed0ef
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    223,
+/**/
     222,
 /**/
     221,