From d03e89670208e3fa2153afd62e439b2300806a94 Mon Sep 17 00:00:00 2001 From: kervala Date: Wed, 20 Jan 2016 13:08:23 +0100 Subject: [PATCH] Changed: Ryzom version 2.9.0 (stable version will be 3.0.0) --HG-- branch : compatibility-develop --- code/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index 8ed3822bf..1046b8416 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -64,7 +64,7 @@ SET(YEAR "2004-${CURRENT_YEAR}") SET(AUTHOR "Winchgate and The Ryzom Core Community") SET(RYZOM_VERSION_MAJOR 2) -SET(RYZOM_VERSION_MINOR 1) +SET(RYZOM_VERSION_MINOR 9) SET(RYZOM_VERSION_PATCH 0) #-----------------------------------------------------------------------------