aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-06-22 00:59:41 +0200
committerPřemysl Janouch <p@janouch.name>2018-06-22 00:59:41 +0200
commitfa78831cbd8741263d401033b3a7692cdca1eb9e (patch)
tree2e3ba2c4e505340faf200671b96a94c7ba591f15 /CMakeLists.txt
parent94b0ec80cfa4e101aa81b3e75831cd5f468bcded (diff)
downloadxK-fa78831cbd8741263d401033b3a7692cdca1eb9e.tar.gz
xK-fa78831cbd8741263d401033b3a7692cdca1eb9e.tar.xz
xK-fa78831cbd8741263d401033b3a7692cdca1eb9e.zip
Update NEWS, bump versionv0.9.6
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 0af2dcd..65aeaba 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.5")
+set (project_version "0.9.6")
# 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.