diff src/version.c @ 3648:2d107086903a v7.3.584

updated for version 7.3.584 Problem: PyCObject is not always defined. Solution: Use PyObject instead.
author Bram Moolenaar <bram@vim.org>
date Sat, 30 Jun 2012 13:34:34 +0200
parents a69b1d711ff9
children d258a0c5c38a
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 */
 /**/
+    584,
+/**/
     583,
 /**/
     582,