diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2012-04-01 19:52:30 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2012-04-02 20:13:33 +0200 |
commit | bc9a2e2135c7f515b29b7ee2e5cefde99c70d6c8 (patch) | |
tree | c2749e462a877b73d4ca59559311d49a5dbf83c0 /CMakeLists.txt | |
parent | 4f8eacb64b5d5b1cf0cbd8071ed75f66f8354dfc (diff) | |
download | mana-bc9a2e2135c7f515b29b7ee2e5cefde99c70d6c8.tar.gz mana-bc9a2e2135c7f515b29b7ee2e5cefde99c70d6c8.tar.bz2 mana-bc9a2e2135c7f515b29b7ee2e5cefde99c70d6c8.tar.xz mana-bc9a2e2135c7f515b29b7ee2e5cefde99c70d6c8.zip |
Bumped version and updated news in preparation of 0.6.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 2e06d02d..6996c7dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ CMAKE_POLICY(VERSION 2.6) PROJECT(MANA) IF (NOT VERSION) - SET(VERSION 0.6.0) + SET(VERSION 0.6.1) ENDIF() STRING(REPLACE "." " " _VERSION ${VERSION}) |