Skip to content

Commit 1db6100

Browse files
author
timlinux
committed
Fix version number gaff
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10537 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d8ca4a8 commit 1db6100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +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-
SET(QGIS_VERSION_INT 11000)
8+
SET(QGIS_VERSION_INT 10100)
99

1010
# TODO:
1111
# - install includes for libs

0 commit comments

Comments
 (0)