//---------------------------------------------------------------------------- // EDGE Version Header //---------------------------------------------------------------------------- // // Copyright (c) 1999-2005 The EDGE Team. // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // 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 General Public License for more details. // //---------------------------------------------------------------------------- #define EDGEVER 0x129 #define EDGEVERSTR "1.29" // patch level #define EDGEPATCH 0x03 // Savegames/Demos now at 1.29.03 // -ES- 2000/03/04 The version of EDGE.WAD we require. #define EDGE_WAD_VERSION 5 #define EDGE_WAD_VERSION_FRAC 0 #define EDGE_WAD_SUB_VERSION 0 //--- editor settings --- // vi:ts=4:sw=4:noexpandtab