Skip to content

Commit 3e0b5c7

Browse files
author
kyngchaos
committed
Update release name
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-1_4_0@12645 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 45dae8c commit 3e0b5c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SET(CPACK_PACKAGE_VERSION_MAJOR "1")
22
SET(CPACK_PACKAGE_VERSION_MINOR "4")
33
SET(CPACK_PACKAGE_VERSION_PATCH "0")
44
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
5-
SET(RELEASE_NAME "Trunk")
5+
SET(RELEASE_NAME "Enceladus")
66
SET(PROJECT_VERSION ${COMPLETE_VERSION})
77
PROJECT(qgis${PROJECT_VERSION})
88
# Note the version no is Mmmpp for Major/minor/patch, 0-padded, thus '10100' for 1.1.0

mac/xcode/qgis_settings.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARCHS_P = $(ARCHS_P_$(SDKSYS))
1515
//////////////////////////////////////////////////////////////////////
1616

1717
// major-minor-patch must be integers for Mac OS X
18-
QGIS_RELEASE_NAME = Trunk
18+
QGIS_RELEASE_NAME = Enceladus
1919
QGIS_VERSION_MAJOR = 1
2020
QGIS_VERSION_MINOR = 4
2121
QGIS_VERSION_PATCH = 0

0 commit comments

Comments
 (0)