aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2016-04-28 23:40:38 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2016-04-28 23:46:08 +0200
commitdb17223df016644923fb22200326baa79b85b840 (patch)
tree84c4fcbf44e06789e300ed81ba4ca09a9e6372cd /CMakeLists.txt
parent2474b5f3f592736b97b292b8ba0e839eb7bdf267 (diff)
downloadxK-db17223df016644923fb22200326baa79b85b840.tar.gz
xK-db17223df016644923fb22200326baa79b85b840.tar.xz
xK-db17223df016644923fb22200326baa79b85b840.zip
Bump version; update NEWS, READMEv0.9.4
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 c25f161..b3fc89d 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.3.1")
+set (project_version "0.9.4")
# 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.