We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397bd71 commit cbb5701Copy full SHA for cbb5701
mac/xcode/qgis_settings.xcconfig
@@ -17,10 +17,10 @@ ARCHS_P = $(ARCHS_P_$(SDKSYS))
17
// major-minor-patch must be integers for Mac OS X
18
QGIS_RELEASE_NAME = Trunk
19
QGIS_VERSION_MAJOR = 1
20
-QGIS_VERSION_MINOR = 4
+QGIS_VERSION_MINOR = 5
21
QGIS_VERSION_PATCH = 0
22
QGIS_VERSION_FULL = $(QGIS_VERSION_MAJOR).$(QGIS_VERSION_MINOR).$(QGIS_VERSION_PATCH)-$(QGIS_RELEASE_NAME)
23
-QGIS_VERSION_INT = 10400
+QGIS_VERSION_INT = 10500
24
25
//////////////////////////////////////////////////////////////////////
26
// Qt and other support
0 commit comments