Changed: Version 3.0.0
--HG-- branch : compatibility-develop
This commit is contained in:
parent
5b93785499
commit
ef5b22045c
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue