[mapserver-commits] r11896 - branches/branch-6-0/mapserver

svn at osgeo.org svn at osgeo.org
Tue Jul 12 09:17:28 EDT 2011


Author: dmorissette
Date: 2011-07-12 06:17:28 -0700 (Tue, 12 Jul 2011)
New Revision: 11896

Modified:
   branches/branch-6-0/mapserver/HISTORY.TXT
   branches/branch-6-0/mapserver/mapserver.h
Log:
Update for 6.0.1 release

Modified: branches/branch-6-0/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-6-0/mapserver/HISTORY.TXT	2011-07-12 13:15:58 UTC (rev 11895)
+++ branches/branch-6-0/mapserver/HISTORY.TXT	2011-07-12 13:17:28 UTC (rev 11896)
@@ -12,7 +12,7 @@
 
 For a complete change history, please see the Subversion log comments.
 
-Version 6.0.1 (SVN branch-6-0):
+Version 6.0.1 (2011-07-12):
 ---------------------------
 
 IMPORTANT SECURITY FIXES:

Modified: branches/branch-6-0/mapserver/mapserver.h
===================================================================
--- branches/branch-6-0/mapserver/mapserver.h	2011-07-12 13:15:58 UTC (rev 11895)
+++ branches/branch-6-0/mapserver/mapserver.h	2011-07-12 13:17:28 UTC (rev 11896)
@@ -32,11 +32,11 @@
 /*
 ** MapServer version - to be updated for every release 
 */
-#define MS_VERSION "6.0.0"
+#define MS_VERSION "6.0.1"
 
 #define MS_VERSION_MAJOR    6
 #define MS_VERSION_MINOR    0
-#define MS_VERSION_REV      0
+#define MS_VERSION_REV      1
 
 #define MS_VERSION_NUM (MS_VERSION_MAJOR*10000+MS_VERSION_MINOR*100+MS_VERSION_REV)
 



More information about the mapserver-commits mailing list