mirror of
https://github.com/gflags/gflags.git
synced 2025-04-04 21:15:05 +00:00
cmake: Set version of master branch to next release version
This commit is contained in:
parent
76c53b710e
commit
4b771465b1
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue