diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-03-26 22:03:57 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-03-27 17:17:15 +0200 |
commit | 11a6c7662ee9e542d0a20d3b4d83367c51b7335d (patch) | |
tree | e57186621d3958b18f44243749dddac652dfc428 /CMakeLists.txt | |
parent | dc71af9c31b33165bcb10fe78b5594f0b1c94af9 (diff) | |
download | xK-11a6c7662ee9e542d0a20d3b4d83367c51b7335d.tar.gz xK-11a6c7662ee9e542d0a20d3b4d83367c51b7335d.tar.xz xK-11a6c7662ee9e542d0a20d3b4d83367c51b7335d.zip |
Update NEWS, bump releasev0.9.3
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 384098e..02b9190 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.2") +set (project_version "0.9.3") # 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. |