Bump version to 1.0.90

This is the master branch which is going to end up in the 1.1.x series
therefore bump version now as a preparation.
This commit is contained in:
Tobias Doerffel
2014-05-12 21:44:57 +02:00
parent 0e2451bd6e
commit 7dd9ee04e1

View File

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