diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-04-03 04:06:56 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-04-16 20:11:11 +0200 |
commit | 6f85490fa3843a3ca6b180ab5863273a805402c1 (patch) | |
tree | 6663b7e8f70be9a02f858de1d2e22e6ae579c549 /CMakeLists.txt | |
parent | e97c60245c0c32537f58377031a1412699d56d28 (diff) | |
download | xK-6f85490fa3843a3ca6b180ab5863273a805402c1.tar.gz xK-6f85490fa3843a3ca6b180ab5863273a805402c1.tar.xz xK-6f85490fa3843a3ca6b180ab5863273a805402c1.zip |
Update NEWS
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 02b9190..c25f161 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.3") +set (project_version "0.9.3.1") # 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. |