aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-12-31 23:46:06 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-12-31 23:46:17 +0100
commit312d0783cf3f68c8e9efdf5a45d10294dd49fdc7 (patch)
tree7834703aa7179fd862a8ee0121821015d07a0311
parent8564297e2a95254989e52470ecb8bbf556f1e4c9 (diff)
downloadxK-0.9.2.tar.gz
xK-0.9.2.tar.xz
xK-0.9.2.zip
Bump versionv0.9.2
-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 ecbabb2..ca76dfa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@ endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUC)
# Version
set (project_VERSION_MAJOR "0")
set (project_VERSION_MINOR "9")
-set (project_VERSION_PATCH "1")
+set (project_VERSION_PATCH "2")
set (project_VERSION "${project_VERSION_MAJOR}")
set (project_VERSION "${project_VERSION}.${project_VERSION_MINOR}")
diff --git a/NEWS b/NEWS
index 8c01cbc..49473f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.9.2 (2015-??-??)
+0.9.2 (2015-12-31)
* degesch: added rudimentary support for Lua scripting