aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-09-02 19:55:47 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-09-02 20:00:12 +0200
commit1ff82ee907a35345b361514b17628084345205e7 (patch)
treee889cff1aa0dbc41afd965bb6181672f2a042b56 /CMakeLists.txt
parent57e92fbb858bb040f2edec39fab88805a237b19c (diff)
downloadxK-1ff82ee907a35345b361514b17628084345205e7.tar.gz
xK-1ff82ee907a35345b361514b17628084345205e7.tar.xz
xK-1ff82ee907a35345b361514b17628084345205e7.zip
Update NEWS, bump versionv0.9.8
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 7f5ee6b..d4fa45c 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.7")
+set (project_version "0.9.8")
# 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.