Commit 4b771465 authored by Andreas Schuh's avatar Andreas Schuh

cmake: Set version of master branch to next release version

parent 76c53b71
...@@ -12,7 +12,7 @@ include (utils) ...@@ -12,7 +12,7 @@ include (utils)
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
# package information # package information
set (PACKAGE_NAME "gflags") 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_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set (PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}") set (PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}")
set (PACKAGE_BUGREPORT "https://github.com/schuhschuh/gflags/issues") set (PACKAGE_BUGREPORT "https://github.com/schuhschuh/gflags/issues")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment