aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-10-21 05:44:39 +0200
committerPřemysl Janouch <p@janouch.name>2018-10-21 05:44:39 +0200
commit4179a9bd498bd8869c14aed8204503d92ce9dbd7 (patch)
treec35dce78d90cb5faa6d0202976e69a47c85b5a1b /CMakeLists.txt
parentaa4e86c2a0f7090e697830124ff1629d53d1ac5d (diff)
downloadxK-4179a9bd498bd8869c14aed8204503d92ce9dbd7.tar.gz
xK-4179a9bd498bd8869c14aed8204503d92ce9dbd7.tar.xz
xK-4179a9bd498bd8869c14aed8204503d92ce9dbd7.zip
Update NEWS, bump versionv0.9.7
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 65aeaba..b1c567d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC)
endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC)
# Version
-set (project_version "0.9.6")
+set (project_version "0.9.7")
# Try to append commit ID if it follows a version tag. It might be nicer if
# we could also detect dirty worktrees but that's very hard to get right.