[mapserver-commits] r10308 - branches/branch-5-6/mapserver
svn at osgeo.org
svn at osgeo.org
Thu Jul 8 16:13:21 EDT 2010
Author: dmorissette
Date: 2010-07-08 20:13:21 +0000 (Thu, 08 Jul 2010)
New Revision: 10308
Modified:
branches/branch-5-6/mapserver/mapserver.h
Log:
Update version to 5.6.4
Modified: branches/branch-5-6/mapserver/mapserver.h
===================================================================
--- branches/branch-5-6/mapserver/mapserver.h 2010-07-08 20:11:08 UTC (rev 10307)
+++ branches/branch-5-6/mapserver/mapserver.h 2010-07-08 20:13:21 UTC (rev 10308)
@@ -33,11 +33,11 @@
/*
** MapServer version - to be updated for every release
*/
-#define MS_VERSION "5.6.3"
+#define MS_VERSION "5.6.4"
#define MS_VERSION_MAJOR 5
#define MS_VERSION_MINOR 6
-#define MS_VERSION_REV 3
+#define MS_VERSION_REV 4
#define MS_VERSION_NUM (MS_VERSION_MAJOR*10000+MS_VERSION_MINOR*100+MS_VERSION_REV)
More information about the mapserver-commits
mailing list