Put version number back to 1.9
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 20
This commit is contained in:
parent
14737bd64c
commit
4471f691a5
1 changed files with 5 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// Emacs style mode select -*- C++ -*-
|
||||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Id: doomdef.h 8 2005-07-23 16:44:57Z fraggle $
|
||||
// $Id: doomdef.h 20 2005-07-23 19:29:45Z fraggle $
|
||||
//
|
||||
// Copyright(C) 1993-1996 Id Software, Inc.
|
||||
// Copyright(C) 2005 Simon Howard
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
// Global parameters/defines.
|
||||
//
|
||||
// DOOM version
|
||||
enum { VERSION = 110 };
|
||||
enum { VERSION = 109 };
|
||||
|
||||
|
||||
// Game mode handling - identify IWAD version
|
||||
|
|
@ -341,6 +341,9 @@ typedef enum
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.3 2005/07/23 19:29:45 fraggle
|
||||
// Put version number back to 1.9
|
||||
//
|
||||
// Revision 1.2 2005/07/23 16:44:55 fraggle
|
||||
// Update copyright to GNU GPL
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue