aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS2
2 files changed, 2 insertions, 2 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.
diff --git a/NEWS b/NEWS
index 00f2e81..ef77264 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.9.5 (2016-12-30)
+0.9.5 (2016-12-30) "It's Time"
* Better support for the KILL command