diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-02-12 00:00:11 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-02-12 00:49:21 +0100 |
commit | 15db43b1b5721ab120f4af909e90cb46d54b735e (patch) | |
tree | 094d7552a266f559658a1f0b99f69cbe394d0553 /CMakeLists.txt | |
parent | 665c16c430453393b4c4d730ac6ab7037c4fbf38 (diff) | |
download | mana-15db43b1b5721ab120f4af909e90cb46d54b735e.tar.gz mana-15db43b1b5721ab120f4af909e90cb46d54b735e.tar.bz2 mana-15db43b1b5721ab120f4af909e90cb46d54b735e.tar.xz mana-15db43b1b5721ab120f4af909e90cb46d54b735e.zip |
Updated version to 0.0.28.1
Also updated NEWS file with changes since 0.0.28.
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 0ce5d305..b45c5376 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ PROJECT(TMW) -SET(VERSION 0.0.28) +SET(VERSION 0.0.28.1) # where to look for cmake modules SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/Modules) |