Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update release name
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-1_4_0@12645 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
kyngchaos committed Dec 28, 2009
1 parent 45dae8c commit 3e0b5c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@ SET(CPACK_PACKAGE_VERSION_MAJOR "1")
SET(CPACK_PACKAGE_VERSION_MINOR "4")
SET(CPACK_PACKAGE_VERSION_PATCH "0")
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
SET(RELEASE_NAME "Trunk")
SET(RELEASE_NAME "Enceladus")
SET(PROJECT_VERSION ${COMPLETE_VERSION})
PROJECT(qgis${PROJECT_VERSION})
# Note the version no is Mmmpp for Major/minor/patch, 0-padded, thus '10100' for 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion mac/xcode/qgis_settings.xcconfig
Expand Up @@ -15,7 +15,7 @@ ARCHS_P = $(ARCHS_P_$(SDKSYS))
//////////////////////////////////////////////////////////////////////

// major-minor-patch must be integers for Mac OS X
QGIS_RELEASE_NAME = Trunk
QGIS_RELEASE_NAME = Enceladus
QGIS_VERSION_MAJOR = 1
QGIS_VERSION_MINOR = 4
QGIS_VERSION_PATCH = 0
Expand Down

0 comments on commit 3e0b5c7

Please sign in to comment.