aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2016-12-30 08:15:44 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2016-12-30 08:15:44 +0100
commit3c048f0d5674313fabe0b989fdddc3bf0ecf1437 (patch)
treebbde0d90702845432b1f724d4baa4226c427c3c1 /CMakeLists.txt
parent8e668ff31ae75e51dd8c4e99758d38aced72036d (diff)
downloadxK-3c048f0d5674313fabe0b989fdddc3bf0ecf1437.tar.gz
xK-3c048f0d5674313fabe0b989fdddc3bf0ecf1437.tar.xz
xK-3c048f0d5674313fabe0b989fdddc3bf0ecf1437.zip
Bump versionv0.9.5
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 b3fc89d..58eea73 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUC)
endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUC)
# Version
-set (project_version "0.9.4")
+set (project_version "0.9.5")
# 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.