diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2011-09-11 11:17:00 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2011-09-11 11:17:00 +0200 |
commit | 248a274ec6c6e4b5e1f1eb76cf4c6f8b43ac02d3 (patch) | |
tree | 20eaaea89d7f9fbda2b2154cad5b43abe8c14ea5 /CMakeLists.txt | |
parent | 8fe9c1d9f046aa6d746ab075b3056d75898d1f2c (diff) | |
download | mana-248a274ec6c6e4b5e1f1eb76cf4c6f8b43ac02d3.tar.gz mana-248a274ec6c6e4b5e1f1eb76cf4c6f8b43ac02d3.tar.bz2 mana-248a274ec6c6e4b5e1f1eb76cf4c6f8b43ac02d3.tar.xz mana-248a274ec6c6e4b5e1f1eb76cf4c6f8b43ac02d3.zip |
Bumped version to 0.5.3 and updated the NEWS file
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 9a139d66..ba1f306a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ CMAKE_POLICY(VERSION 2.6) PROJECT(MANA) IF (NOT VERSION) - SET(VERSION 0.5.2) + SET(VERSION 0.5.3) ENDIF() STRING(REPLACE "." " " _VERSION ${VERSION}) |