diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 2 |
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}") @@ -1,4 +1,4 @@ -0.9.2 (2015-??-??) +0.9.2 (2015-12-31) * degesch: added rudimentary support for Lua scripting |