00001 /* 00002 * Version.h 00003 * 00004 * Part of Fly! Legacy project 00005 * 00006 * Copyright 2003 Chris Wallace 00007 * 00008 * Fly! Legacy is free software; you can redistribute it and/or modify 00009 * it under the terms of the GNU General Public License as published by 00010 * the Free Software Foundation; either version 2 of the License, or 00011 * (at your option) any later version. 00012 * 00013 * Fly! Legacy is distributed in the hope that it will be useful, 00014 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00016 * GNU General Public License for more details. 00017 * 00018 * You should have received a copy of the GNU General Public License 00019 * along with Fly! Legacy; if not, write to the Free Software 00020 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00021 * 00022 */ 00023 00029 #ifndef VERSION_H 00030 #define VERSION_H 00031 00032 00033 #define FLY_LEGACY_TITLE "Fly! Legacy Pre-Alpha" 00034 #define FLY_LEGACY_MAJOR_VERSION 3 00035 #define FLY_LEGACY_MINOR_VERSION 0 00036 #define FLY_LEGACY_BUILD 1 00037 00038 00039 #endif // VERSION_H
|
|
Documentation generated by
|