Bump version

This commit is contained in:
Přemysl Eric Janouch 2016-12-30 08:15:44 +01:00
parent 8e668ff31a
commit 3c048f0d56
Signed by: p
GPG Key ID: B715679E3A361BE6
2 changed files with 2 additions and 2 deletions

View File

@ -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) endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUC)
# Version # 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 # 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. # we could also detect dirty worktrees but that's very hard to get right.

2
NEWS
View File

@ -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 * Better support for the KILL command