diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-01-14 22:42:37 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-01-14 22:42:37 +0000 |
commit | 49b8fce1e4307b81a300f4a5a103b828e26d08c2 (patch) | |
tree | db2f330be3e827fdfb0ed137aa6d9ab68458bbf9 /CMakeLists.txt | |
parent | 50b56c7dd51415c83210774e150b862bb8691523 (diff) | |
download | mana-49b8fce1e4307b81a300f4a5a103b828e26d08c2.tar.gz mana-49b8fce1e4307b81a300f4a5a103b828e26d08c2.tar.bz2 mana-49b8fce1e4307b81a300f4a5a103b828e26d08c2.tar.xz mana-49b8fce1e4307b81a300f4a5a103b828e26d08c2.zip |
Updated version to 0.0.22.1.
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 c00bdff6..6db059fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ PROJECT(TMW) -SET(VERSION 0.0.22) +SET(VERSION 0.0.22.1) # where to look for cmake modules SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/Modules) |