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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Jan 23 14:21:21 EST 2010


Author: kyngchaos
Date: 2010-01-23 14:21:20 -0500 (Sat, 23 Jan 2010)
New Revision: 12826

Modified:
   trunk/qgis/mac/xcode/qgis_settings.xcconfig
Log:
forgot version up after 1.4

Modified: trunk/qgis/mac/xcode/qgis_settings.xcconfig
===================================================================
--- trunk/qgis/mac/xcode/qgis_settings.xcconfig	2010-01-23 16:23:15 UTC (rev 12825)
+++ trunk/qgis/mac/xcode/qgis_settings.xcconfig	2010-01-23 19:21:20 UTC (rev 12826)
@@ -17,10 +17,10 @@
 // major-minor-patch must be integers for Mac OS X
 QGIS_RELEASE_NAME = Trunk
 QGIS_VERSION_MAJOR = 1
-QGIS_VERSION_MINOR = 4
+QGIS_VERSION_MINOR = 5
 QGIS_VERSION_PATCH = 0
 QGIS_VERSION_FULL = $(QGIS_VERSION_MAJOR).$(QGIS_VERSION_MINOR).$(QGIS_VERSION_PATCH)-$(QGIS_RELEASE_NAME)
-QGIS_VERSION_INT = 10400
+QGIS_VERSION_INT = 10500
 
 //////////////////////////////////////////////////////////////////////
 // Qt and other support



More information about the QGIS-commit mailing list