diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-04-07 17:37:23 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-04-07 17:37:23 +0000 |
commit | 271374e1b887d92f2a10b564e33a6781065c3d6f (patch) | |
tree | cf1c70a8bcd26bb33bc39c69e31e4006db3b874a /CMakeLists.txt | |
parent | 92950d2f309550e21b33d851ef9bbf7906ce5e50 (diff) | |
download | mana-271374e1b887d92f2a10b564e33a6781065c3d6f.tar.gz mana-271374e1b887d92f2a10b564e33a6781065c3d6f.tar.bz2 mana-271374e1b887d92f2a10b564e33a6781065c3d6f.tar.xz mana-271374e1b887d92f2a10b564e33a6781065c3d6f.zip |
Merged changes made for the 0.0.24.1 release (4046:4048 from 0.0.24 branch).
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 3d048276..32bffc37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ PROJECT(TMW) -SET(VERSION 0.0.24) +SET(VERSION 0.0.24.1) # where to look for cmake modules SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/Modules) |