diff src/version.c @ 5114:56bc3698f8c6 v7.3.1300

updated for version 7.3.1300 Problem: Mac: tiny and small build fails. Solution: Don't include os_macosx.m in tiny build. Include mouse support in small build. (Kazunobu Kuriyama)
author Bram Moolenaar <bram@vim.org>
date Wed, 03 Jul 2013 19:52:53 +0200
parents f063be86b632
children 6cabac58f26f
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 */
 /**/
+    1300,
+/**/
     1299,
 /**/
     1298,