[mapserver-commits] r9958 - branches/branch-5-6/mapserver
svn at osgeo.org
svn at osgeo.org
Sat Mar 20 12:03:49 EDT 2010
Author: dmorissette
Date: 2010-03-20 12:03:48 -0400 (Sat, 20 Mar 2010)
New Revision: 9958
Modified:
branches/branch-5-6/mapserver/HISTORY.TXT
branches/branch-5-6/mapserver/mapserver.h
Log:
update for 5.6.2 release
Modified: branches/branch-5-6/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-6/mapserver/HISTORY.TXT 2010-03-19 18:25:46 UTC (rev 9957)
+++ branches/branch-5-6/mapserver/HISTORY.TXT 2010-03-20 16:03:48 UTC (rev 9958)
@@ -12,8 +12,8 @@
For a complete change history, please see the Subversion log comments.
-Current Version (SVN branch-5-6):
---------------------------------
+Version 5.6.0 (2010-03-20):
+---------------------------
- Check error returns from mapstring functions (#2988)
Modified: branches/branch-5-6/mapserver/mapserver.h
===================================================================
--- branches/branch-5-6/mapserver/mapserver.h 2010-03-19 18:25:46 UTC (rev 9957)
+++ branches/branch-5-6/mapserver/mapserver.h 2010-03-20 16:03:48 UTC (rev 9958)
@@ -33,11 +33,11 @@
/*
** MapServer version - to be updated for every release
*/
-#define MS_VERSION "5.6.1"
+#define MS_VERSION "5.6.2"
#define MS_VERSION_MAJOR 5
#define MS_VERSION_MINOR 6
-#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