[mapserver-commits] r9205 - branches/branch-5-4/mapserver

svn at osgeo.org svn at osgeo.org
Thu Jul 23 11:18:26 EDT 2009


Author: dmorissette
Date: 2009-07-23 11:18:25 -0400 (Thu, 23 Jul 2009)
New Revision: 9205

Modified:
   branches/branch-5-4/mapserver/HISTORY.TXT
   branches/branch-5-4/mapserver/mapserver.h
Log:
Update header and HISTORY.TXT for 5.4.2 release

Modified: branches/branch-5-4/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-4/mapserver/HISTORY.TXT	2009-07-23 03:48:15 UTC (rev 9204)
+++ branches/branch-5-4/mapserver/HISTORY.TXT	2009-07-23 15:18:25 UTC (rev 9205)
@@ -11,8 +11,8 @@
 
 For a complete change history, please see the Subversion log comments.
 
-Current Version:
-----------------
+Version 5.4.2 (2009-07-23):
+---------------------------
 
 - Fixed PHP/Mapscript to support PHP 5.3 (#3065, #3066)
 

Modified: branches/branch-5-4/mapserver/mapserver.h
===================================================================
--- branches/branch-5-4/mapserver/mapserver.h	2009-07-23 03:48:15 UTC (rev 9204)
+++ branches/branch-5-4/mapserver/mapserver.h	2009-07-23 15:18:25 UTC (rev 9205)
@@ -33,11 +33,11 @@
 /*
 ** MapServer version - to be updated for every release 
 */
-#define MS_VERSION "5.4.1"
+#define MS_VERSION "5.4.2"
 
 #define MS_VERSION_MAJOR    5
 #define MS_VERSION_MINOR    4
-#define MS_VERSION_REV      1
+#define MS_VERSION_REV      2
 
 #define MS_VERSION_NUM (MS_VERSION_MAJOR*10000+MS_VERSION_MINOR*100+MS_VERSION_REV)
 



More information about the mapserver-commits mailing list