[QGIS Commit] r11645 - trunk/qgis/mac/xcode

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Sep 12 18:07:23 EDT 2009


Author: kyngchaos
Date: 2009-09-12 18:07:23 -0400 (Sat, 12 Sep 2009)
New Revision: 11645

Modified:
   trunk/qgis/mac/xcode/qgis_settings.xcconfig
Log:
bump version (r11643)

Modified: trunk/qgis/mac/xcode/qgis_settings.xcconfig
===================================================================
--- trunk/qgis/mac/xcode/qgis_settings.xcconfig	2009-09-12 22:06:41 UTC (rev 11644)
+++ trunk/qgis/mac/xcode/qgis_settings.xcconfig	2009-09-12 22:07:23 UTC (rev 11645)
@@ -16,12 +16,12 @@
 //////////////////////////////////////////////////////////////////////
 
 // major-minor-patch must be integers for Mac OS X
-QGIS_RELEASE_NAME = Mimas
+QGIS_RELEASE_NAME = Trunk
 QGIS_VERSION_MAJOR = 1
-QGIS_VERSION_MINOR = 3
+QGIS_VERSION_MINOR = 4
 QGIS_VERSION_PATCH = 0
 QGIS_VERSION_FULL = $(QGIS_VERSION_MAJOR).$(QGIS_VERSION_MINOR).$(QGIS_VERSION_PATCH)-$(QGIS_RELEASE_NAME)
-QGIS_VERSION_INT = 10300
+QGIS_VERSION_INT = 10400
 
 //////////////////////////////////////////////////////////////////////
 // Qt and other support



More information about the QGIS-commit mailing list