Changed: #842 NeL and Ryzom Core version 0.7.0

This commit is contained in:
kervala 2010-06-26 13:26:20 +02:00
parent 6eda3d5039
commit 8eac425f0f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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}")