summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-04-16 23:31:04 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-04-16 23:39:11 +0200
commitf824c159af0a67e6d68f0934b4810dffc1c33a91 (patch)
treebcc3d24abc28b1c1f8e19720a45cef156b5ae8a6 /CMakeLists.txt
parentbb795d87f9d0eebb6cc04b5c6806252fbb957f5d (diff)
downloadmana-client-f824c159af0a67e6d68f0934b4810dffc1c33a91.tar.gz
mana-client-f824c159af0a67e6d68f0934b4810dffc1c33a91.tar.bz2
mana-client-f824c159af0a67e6d68f0934b4810dffc1c33a91.tar.xz
mana-client-f824c159af0a67e6d68f0934b4810dffc1c33a91.zip
Bumped version to 0.5.2 and updated the NEWS filev0.5.2
Reviewed-by: Stefan Dombrowski Reviewed-by: Yohann Ferreira
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 4244dad9..9a139d66 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.1)
+ SET(VERSION 0.5.2)
ENDIF()
STRING(REPLACE "." " " _VERSION ${VERSION})