diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-06-09 20:02:10 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-06-09 20:02:10 +0200 |
commit | 1ce650f013fc40c3618bd8a7c53e0e93dac036da (patch) | |
tree | 4a3ef7834a19d109e28fb7f5322c5adaa84be676 /CMakeLists.txt | |
parent | 6a47bcb21c4fb1a8df03f1dd6ecf64e408a1e622 (diff) | |
download | mana-1ce650f013fc40c3618bd8a7c53e0e93dac036da.tar.gz mana-1ce650f013fc40c3618bd8a7c53e0e93dac036da.tar.bz2 mana-1ce650f013fc40c3618bd8a7c53e0e93dac036da.tar.xz mana-1ce650f013fc40c3618bd8a7c53e0e93dac036da.zip |
Updated version and changes for 0.0.29.1 release
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 e20ec309..11d20a0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) PROJECT(TMW) -SET(VERSION 0.0.29) +SET(VERSION 0.0.29.1) # where to look for cmake modules SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/Modules) |