We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 52e607f commit 25050b9Copy full SHA for 25050b9
mac/xcode/qgis_settings.xcconfig
@@ -16,12 +16,12 @@ ARCHS_P = $(ARCH_P_$(SDKSYS)) // in the form arch1;arch2;...
16
//////////////////////////////////////////////////////////////////////
17
18
// major-minor-patch must be integers for Mac OS X
19
-QGIS_RELEASE_NAME = Mimas
+QGIS_RELEASE_NAME = Trunk
20
QGIS_VERSION_MAJOR = 1
21
-QGIS_VERSION_MINOR = 3
+QGIS_VERSION_MINOR = 4
22
QGIS_VERSION_PATCH = 0
23
QGIS_VERSION_FULL = $(QGIS_VERSION_MAJOR).$(QGIS_VERSION_MINOR).$(QGIS_VERSION_PATCH)-$(QGIS_RELEASE_NAME)
24
-QGIS_VERSION_INT = 10300
+QGIS_VERSION_INT = 10400
25
26
27
// Qt and other support
0 commit comments