1 //----------------------------------------------------------------------------
2 //  EDGE Version Header
3 //----------------------------------------------------------------------------
4 //
5 //  Copyright (c) 1999-2010  The EDGE Team.
6 //
7 //  This program is free software; you can redistribute it and/or
8 //  modify it under the terms of the GNU General Public License
9 //  as published by the Free Software Foundation; either version 2
10 //  of the License, or (at your option) any later version.
11 //
12 //  This program is distributed in the hope that it will be useful,
13 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
14 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 //  GNU General Public License for more details.
16 //
17 //----------------------------------------------------------------------------
18 
19 #define TITLE  "EDGE Engine"
20 
21 #define EDGEVER       135
22 #define EDGEVERHEX  0x135
23 #define EDGEVERSTR  "1.35"
24 
25 // patch level (Savegames and Demos)
26 #define EDGEPATCH  6
27 
28 // -ES- 2000/03/04 The version of EDGE.WAD we require.
29 #define EDGE_WAD_VERSION  601
30 
31 //--- editor settings ---
32 // vi:ts=4:sw=4:noexpandtab
33