cmake: Set version of master branch to next release version
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Tue, 24 Mar 2015 14:44:57 +0000 (14:44 +0000)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Tue, 24 Mar 2015 14:44:57 +0000 (14:44 +0000)
CMakeLists.txt

index 017d995..1272770 100644 (file)
@@ -12,7 +12,7 @@ include (utils)
 # ----------------------------------------------------------------------------
 # package information
 set (PACKAGE_NAME      "gflags")
-set (PACKAGE_VERSION   "2.1.1")
+set (PACKAGE_VERSION   "2.2.0")
 set (PACKAGE_STRING    "${PACKAGE_NAME} ${PACKAGE_VERSION}")
 set (PACKAGE_TARNAME   "${PACKAGE_NAME}-${PACKAGE_VERSION}")
 set (PACKAGE_BUGREPORT "https://github.com/schuhschuh/gflags/issues")