Bumped version number to 1.0.91

We can now distinguish between the new stable 1.1 branch and the master branch.
This commit is contained in:
Tobias Doerffel
2014-05-30 15:24:07 +02:00
parent ef0ccb4094
commit a309ba077c

View File

@@ -15,7 +15,7 @@ INCLUDE(FindPkgConfig)
SET(VERSION_MAJOR "1")
SET(VERSION_MINOR "0")
SET(VERSION_PATCH "90")
SET(VERSION_PATCH "91")
#SET(VERSION_SUFFIX "")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
IF(VERSION_SUFFIX)