From ef5b22045c3558a9782a78d740af0239225860de Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 9 Apr 2016 12:53:30 +0200 Subject: [PATCH] Changed: Version 3.0.0 --HG-- branch : compatibility-develop --- code/CMakeLists.txt | 4 ++-- code/ryzom/common/src/game_share/ryzom_version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index 98c814599..a8ae865e3 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -63,8 +63,8 @@ SET(NL_VERSION_PATCH 0) SET(YEAR "2004-${CURRENT_YEAR}") SET(AUTHOR "Winchgate and The Ryzom Core Community") -SET(RYZOM_VERSION_MAJOR 2) -SET(RYZOM_VERSION_MINOR 9) +SET(RYZOM_VERSION_MAJOR 3) +SET(RYZOM_VERSION_MINOR 0) SET(RYZOM_VERSION_PATCH 0) #----------------------------------------------------------------------------- diff --git a/code/ryzom/common/src/game_share/ryzom_version.h b/code/ryzom/common/src/game_share/ryzom_version.h index d83389cf4..2dd050042 100644 --- a/code/ryzom/common/src/game_share/ryzom_version.h +++ b/code/ryzom/common/src/game_share/ryzom_version.h @@ -17,7 +17,7 @@ #ifndef RYZOM_VERSION_H #define RYZOM_VERSION_H -#define RYZOM_VERSION "2.1.0" +#define RYZOM_VERSION "3.0.0" #endif // RYZOM_VERSION_H