Skip to content

Commit 23804ae

Browse files
author
timlinux
committedApr 11, 2009
Added note on how version_int is computed
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10539 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎CMakeLists.txt

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.