Bump version

Skip RC 8 and go to RC 9 to avoid confusion, since RC 8 used in tresf/releases to test a bug
This commit is contained in:
Tres Finocchiaro
2014-11-20 00:03:01 -05:00
parent 67c4f4fa14
commit 06d5ee2ec3

View File

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