Skip to content

Commit 1fee765

Browse files
author
timlinux
committed
Made new splash and version number so trunk can be distinguished from 0.11.0 branch easily
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8770 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 506ba98 commit 1fee765

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
2-
SET(CPACK_PACKAGE_VERSION_MINOR "11")
1+
SET(CPACK_PACKAGE_VERSION_MAJOR "1")
2+
SET(CPACK_PACKAGE_VERSION_MINOR "0")
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 "Metis")
5+
SET(RELEASE_NAME "preview")
66
SET(PROJECT_VERSION ${COMPLETE_VERSION})
77
PROJECT(qgis${PROJECT_VERSION})
8-
SET(QGIS_VERSION_INT 1100)
8+
SET(QGIS_VERSION_INT 10000)
99

1010
# TODO:
1111
# - install includes for libs

images/splash/splash.png

-35.5 KB
Loading

0 commit comments

Comments
 (0)