Change version to 2.1.0, i.e., use common semantic versioning system including patch...
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Thu, 20 Mar 2014 16:19:00 +0000 (16:19 +0000)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Thu, 20 Mar 2014 16:19:00 +0000 (16:19 +0000)
CMakeLists.txt

index 759fcb2..34dc4b4 100644 (file)
@@ -8,7 +8,7 @@ include (utils)
 # ----------------------------------------------------------------------------
 # package information
 set (PACKAGE_NAME      "gflags")
-set (PACKAGE_VERSION   "2.1")
+set (PACKAGE_VERSION   "2.1.0")
 set (PACKAGE_STRING    "${PACKAGE_NAME} ${PACKAGE_VERSION}")
 set (PACKAGE_TARNAME   "${PACKAGE_NAME}-${PACKAGE_VERSION}")
 set (PACKAGE_BUGREPORT "https://code.google.com/p/gflags/issues/")