Changed: Version 3.0.0

--HG--
branch : compatibility-develop
This commit is contained in:
kervala 2016-04-09 12:53:30 +02:00
parent 5b93785499
commit ef5b22045c
2 changed files with 3 additions and 3 deletions

View file

@ -63,8 +63,8 @@ SET(NL_VERSION_PATCH 0)
SET(YEAR "2004-${CURRENT_YEAR}") SET(YEAR "2004-${CURRENT_YEAR}")
SET(AUTHOR "Winchgate and The Ryzom Core Community") SET(AUTHOR "Winchgate and The Ryzom Core Community")
SET(RYZOM_VERSION_MAJOR 2) SET(RYZOM_VERSION_MAJOR 3)
SET(RYZOM_VERSION_MINOR 9) SET(RYZOM_VERSION_MINOR 0)
SET(RYZOM_VERSION_PATCH 0) SET(RYZOM_VERSION_PATCH 0)
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------

View file

@ -17,7 +17,7 @@
#ifndef RYZOM_VERSION_H #ifndef RYZOM_VERSION_H
#define RYZOM_VERSION_H #define RYZOM_VERSION_H
#define RYZOM_VERSION "2.1.0" #define RYZOM_VERSION "3.0.0"
#endif // RYZOM_VERSION_H #endif // RYZOM_VERSION_H