Commit 3e96a190 authored by Andreas Schuh's avatar Andreas Schuh

Change version to 2.1.0, i.e., use common semantic versioning system including…

Change version to 2.1.0, i.e., use common semantic versioning system including patch number for bug fix releases.
parent 0100be50
...@@ -8,7 +8,7 @@ include (utils) ...@@ -8,7 +8,7 @@ include (utils)
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
# package information # package information
set (PACKAGE_NAME "gflags") set (PACKAGE_NAME "gflags")
set (PACKAGE_VERSION "2.1") set (PACKAGE_VERSION "2.1.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://code.google.com/p/gflags/issues/") set (PACKAGE_BUGREPORT "https://code.google.com/p/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