We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223fe6d commit ce7320fCopy full SHA for ce7320f
ms-windows/QGIS-Installer.nsi
@@ -16,8 +16,8 @@
16
;Version variables
17
18
!define RELEASE_VERSION_NUMBER "1.4.0"
19
-!define RELEASE_VERSION_NAME "Trunk-Test-Build"
20
-!define RELEASE_SVN_REVISION "11639"
+!define RELEASE_VERSION_NAME "Enceladus"
+!define RELEASE_SVN_REVISION "12636"
21
!define RELEASE_BINARY_REVISION "0"
22
23
!define DEV_VERSION_NUMBER ""
@@ -44,7 +44,7 @@ RequestExecutionLevel admin
44
;----------------------------------------------------------------------------------------------------------------------------
45
46
;define the QGIS Base Name
47
-!define RELEASE_QGIS_BASE "Quantum GIS Mimas"
+!define RELEASE_QGIS_BASE "Quantum GIS Enceladus"
48
!define DEV_QGIS_BASE "Quantum GIS Unstable Dev"
49
50
;Set the installer variables, depending on the selected version to build
0 commit comments