diff --git a/code/nel/CMakeLists.txt b/code/nel/CMakeLists.txt index 476ea9bbf..bf6dce129 100644 --- a/code/nel/CMakeLists.txt +++ b/code/nel/CMakeLists.txt @@ -2,7 +2,7 @@ # # NeL # Authors: Nevrax and the NeL Community -# Version: 0.6.1 +# Version: 0.7.0 # # Notes: # * Changing install location: add -DCMAKE_INSTALL_PREFIX:PATH=/my/new/path diff --git a/code/ryzom/CMakeLists.txt b/code/ryzom/CMakeLists.txt index 51c5fda4b..09c4210ce 100644 --- a/code/ryzom/CMakeLists.txt +++ b/code/ryzom/CMakeLists.txt @@ -40,7 +40,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8) PROJECT(Ryzom CXX C) SET(NL_VERSION_MAJOR 0) -SET(NL_VERSION_MINOR 6) +SET(NL_VERSION_MINOR 7) SET(NL_VERSION_PATCH 0) SET(NL_VERSION "${NL_VERSION_MAJOR}.${NL_VERSION_MINOR}.${NL_VERSION_PATCH}")