khanat-opennel-code/code/ryzom/common/src/game_share/ryzom_version.h

28 lines
959 B
C
Raw Normal View History

// Ryzom - MMORPG Framework <http://dev.ryzom.com/projects/ryzom/>
// Copyright (C) 2010 Winch Gate Property Limited
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
// published by the Free Software Foundation, either version 3 of the
// License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef RYZOM_VERSION_H
#define RYZOM_VERSION_H
2014-12-22 13:21:01 +00:00
#define RYZOM_VERSION "ryzomcore" \
"/" \
2015-04-14 09:55:08 +00:00
"v0.12.0" \
2014-11-24 15:07:17 +00:00
"-dev"
#endif // RYZOM_VERSION_H
/* End of ryzom_version.h */