Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added note on how version_int is computed
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10539 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 11, 2009
1 parent 3077b72 commit 23804ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -5,6 +5,7 @@ SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINO
SET(RELEASE_NAME "Pan (Unstable)")
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
SET(QGIS_VERSION_INT 10100)

# TODO:
Expand Down

0 comments on commit 23804ae

Please sign in to comment.