[mapserver-commits] r9574 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Fri Dec 4 17:19:09 EST 2009


Author: dmorissette
Date: 2009-12-04 17:19:08 -0500 (Fri, 04 Dec 2009)
New Revision: 9574

Modified:
   trunk/mapserver/HISTORY.TXT
   trunk/mapserver/mapserver.h
Log:
Update for 5.6.0 release

Modified: trunk/mapserver/HISTORY.TXT
===================================================================
--- trunk/mapserver/HISTORY.TXT	2009-12-04 17:11:29 UTC (rev 9573)
+++ trunk/mapserver/HISTORY.TXT	2009-12-04 22:19:08 UTC (rev 9574)
@@ -11,9 +11,10 @@
 
 For a complete change history, please see the Subversion log comments.
 
-Current Version (SVN trunk):
-----------------------------
 
+Version 5.6.0 (2009-12-04):
+---------------------------
+
 - WFS hits count is incorrect if the request contain 2 layers or more (#3244)
 
 - Fixed a problem with layer plugin where copyVirtualTable didn't copy

Modified: trunk/mapserver/mapserver.h
===================================================================
--- trunk/mapserver/mapserver.h	2009-12-04 17:11:29 UTC (rev 9573)
+++ trunk/mapserver/mapserver.h	2009-12-04 22:19:08 UTC (rev 9574)
@@ -33,7 +33,7 @@
 /*
 ** MapServer version - to be updated for every release 
 */
-#define MS_VERSION "5.6.0-rc1"
+#define MS_VERSION "5.6.0"
 
 #define MS_VERSION_MAJOR    5
 #define MS_VERSION_MINOR    6



More information about the mapserver-commits mailing list