aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Markgraf <steve@steve-m.de>2018-08-26 14:54:51 +0200
committerSteve Markgraf <steve@steve-m.de>2018-08-26 14:54:51 +0200
commit1f0eafe60445339703903af6d8814ffab7e73784 (patch)
tree0deb5276c7b60a4a1cc8591d3d780b9c25024a9d
parent9047eef701f50d8bc4748233a31d65a0519ed86c (diff)
change version to 0.6.0v0.6.00.6.0
Signed-off-by: Steve Markgraf <steve@steve-m.de>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index abc8f9b..b5ddfaa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,7 +40,7 @@ endif()
# Set the version information here
set(VERSION_INFO_MAJOR_VERSION 0) # increment major on api compatibility changes
set(VERSION_INFO_MINOR_VERSION 6) # increment minor on feature-level changes
-set(VERSION_INFO_PATCH_VERSION git) # increment patch for bug fixes and docs
+set(VERSION_INFO_PATCH_VERSION 0) # increment patch for bug fixes and docs
include(Version) # setup version info
########################################################################