Skip to content

Commit dff219e

Browse files
author
timlinux
committed
Added note on how version_int is computed
git-svn-id: http://svn.osgeo.org/qgis/trunk@10539 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d24d739 commit dff219e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINO
55
SET(RELEASE_NAME "Pan (Unstable)")
66
SET(PROJECT_VERSION ${COMPLETE_VERSION})
77
PROJECT(qgis${PROJECT_VERSION})
8+
# Note the version no is Mmmpp for Major/minor/patch, 0-padded, thus '10100' for 1.1.0
89
SET(QGIS_VERSION_INT 10100)
910

1011
# TODO:

0 commit comments

Comments
 (0)