From ce54eb820fcffbe3cd4e681ed26d8e93c887d27c 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) --- 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) #-----------------------------------------------------------------------------