aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-06-27 04:26:43 +0200
committerPřemysl Janouch <p@janouch.name>2018-06-27 05:18:22 +0200
commit41d68e6636eea803e2704abbefac6ebcf3b7a09d (patch)
tree63a195710e4ff312af9d5362db0ce25fd7909c53 /CMakeLists.txt
parent12ac611a14b66fbb24c13110762fab50b540ef79 (diff)
downloadlogdiag-41d68e6636eea803e2704abbefac6ebcf3b7a09d.tar.gz
logdiag-41d68e6636eea803e2704abbefac6ebcf3b7a09d.tar.xz
logdiag-41d68e6636eea803e2704abbefac6ebcf3b7a09d.zip
Bump version, update NEWS
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fdf1ece..1e3b709 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,8 +11,8 @@ option (BUILD_TESTING "Build tests" OFF)
# Project information
set (project_VERSION_MAJOR "0")
-set (project_VERSION_MINOR "1")
-set (project_VERSION_PATCH "2")
+set (project_VERSION_MINOR "2")
+set (project_VERSION_PATCH "0")
set (project_VERSION "${project_VERSION_MAJOR}")
set (project_VERSION "${project_VERSION}.${project_VERSION_MINOR}")