mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 03:41:27 +00:00
Someone deleted #define VERSION, readded it.. uquake now compiles again.
Version reports as 0.1.0, the next planed unstable release.
This commit is contained in:
parent
2bfc08ccde
commit
e7b423b68c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
*/
|
||||
// quakedef.h -- primary header for client
|
||||
|
||||
|
||||
#define VERSION "0.1.0"
|
||||
#define GAMENAME "id1" // directory to look in by default
|
||||
|
||||
#if defined(_WIN32) && !defined(WINDED)
|
||||
|
|
Loading…
Reference in a new issue