diff options
author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2009-03-24 09:11:20 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2009-03-24 09:11:20 +0100 |
commit | c6bc3f72813f197f3bd413bf279551a93f9260a5 (patch) | |
tree | eb542f76daa8c8f4c8a57a751b261e7931529dea /CMakeLists.txt | |
parent | b0df784f1be44a657ca8092069488602270629b7 (diff) | |
download | mana-c6bc3f72813f197f3bd413bf279551a93f9260a5.tar.gz mana-c6bc3f72813f197f3bd413bf279551a93f9260a5.tar.bz2 mana-c6bc3f72813f197f3bd413bf279551a93f9260a5.tar.xz mana-c6bc3f72813f197f3bd413bf279551a93f9260a5.zip |
Updated version to 0.0.29 in all the other places
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 0d123870..71d85b12 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ PROJECT(TMW) -SET(VERSION 0.1.0) +SET(VERSION 0.0.29) # where to look for cmake modules SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/Modules) |