aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schuh <andreas.schuh.84@gmail.com>2018-11-11 21:09:38 +0000
committerAndreas Schuh <andreas.schuh.84@gmail.com>2018-11-11 21:09:38 +0000
commit0f439e8407c9f3dc048edb3ec281104e3ac5a38e (patch)
tree2ef6ce5ac28cd2952f2ea7cea60bb05295e1a355
parent83fecd3ed0d876695fcdb9c6ea67824cecb421b0 (diff)
downloadgflags-0f439e8407c9f3dc048edb3ec281104e3ac5a38e.tar.gz
cmake: Increment project version to 2.2.2
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9dec647..657a1f4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -87,7 +87,7 @@ include ("${CMAKE_CURRENT_SOURCE_DIR}/cmake/utils.cmake")
# ----------------------------------------------------------------------------
# package information
set (PACKAGE_NAME "gflags")
-set (PACKAGE_VERSION "2.2.1")
+set (PACKAGE_VERSION "2.2.2")
set (PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set (PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}")
set (PACKAGE_BUGREPORT "https://github.com/gflags/gflags/issues")