summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-04-01 19:52:30 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-04-02 20:13:33 +0200
commitbc9a2e2135c7f515b29b7ee2e5cefde99c70d6c8 (patch)
treec2749e462a877b73d4ca59559311d49a5dbf83c0 /CMakeLists.txt
parent4f8eacb64b5d5b1cf0cbd8071ed75f66f8354dfc (diff)
downloadmana-client-bc9a2e2135c7f515b29b7ee2e5cefde99c70d6c8.tar.gz
mana-client-bc9a2e2135c7f515b29b7ee2e5cefde99c70d6c8.tar.bz2
mana-client-bc9a2e2135c7f515b29b7ee2e5cefde99c70d6c8.tar.xz
mana-client-bc9a2e2135c7f515b29b7ee2e5cefde99c70d6c8.zip
Bumped version and updated news in preparation of 0.6.1 release
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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})