Changed: NeL/Ryzom Core Version 1.0.0 (why to keep a 0.x version for almost 20 years ?)
--HG-- branch : develop
This commit is contained in:
parent
307eb77e63
commit
d9e509d3cc
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ ENDIF()
|
|||
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
||||
PROJECT(RyzomCore CXX C)
|
||||
SET(NL_VERSION_MAJOR 0)
|
||||
SET(NL_VERSION_MINOR 12)
|
||||
SET(NL_VERSION_MAJOR 1)
|
||||
SET(NL_VERSION_MINOR 0)
|
||||
SET(NL_VERSION_PATCH 0)
|
||||
SET(YEAR "2004-${CURRENT_YEAR}")
|
||||
SET(AUTHOR "Winch Gate and The Ryzom Core Community")
|
||||
|
|
Loading…
Reference in a new issue