[mapguide-commits] r9317 - in branches/3.1/MgDev: . Common

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Jan 17 03:45:02 PST 2018


Author: jng
Date: 2018-01-17 03:45:02 -0800 (Wed, 17 Jan 2018)
New Revision: 9317

Modified:
   branches/3.1/MgDev/Common/ProductVersion.h
   branches/3.1/MgDev/configure.in
Log:
Update some version numbers where the version stamping script does not catch.

Modified: branches/3.1/MgDev/Common/ProductVersion.h
===================================================================
--- branches/3.1/MgDev/Common/ProductVersion.h	2018-01-17 11:39:24 UTC (rev 9316)
+++ branches/3.1/MgDev/Common/ProductVersion.h	2018-01-17 11:45:02 UTC (rev 9317)
@@ -19,6 +19,6 @@
 #define PRODUCTVERSION_H_
 
 const STRING ProductVersion = L"3.1.0.0";
-const STRING ApiVersion     = L"2.6";  // Major.Minor only
+const STRING ApiVersion     = L"3.1";  // Major.Minor only
 
 #endif // PRODUCTVERSION_H_

Modified: branches/3.1/MgDev/configure.in
===================================================================
--- branches/3.1/MgDev/configure.in	2018-01-17 11:39:24 UTC (rev 9316)
+++ branches/3.1/MgDev/configure.in	2018-01-17 11:45:02 UTC (rev 9317)
@@ -4,7 +4,7 @@
 # Variables
 # Following are the makefile directories
 #----------------------------------------------------------------------
-AC_INIT(mapguide,3.1.0,http://mapguide.osgeo.org)
+AC_INIT(mapguide,3.1.1,http://mapguide.osgeo.org)
 AC_CONFIG_SRCDIR(configure.in)
 AM_INIT_AUTOMAKE
 AM_INIT_AUTOMAKE([1.9 tar-pax])



More information about the mapguide-commits mailing list