From 11d54103d75593f9c048afd627c76ec0152d1c29 Mon Sep 17 00:00:00 2001 From: sezero Date: Tue, 16 Feb 2010 14:45:40 +0000 Subject: [PATCH] quakedef.h (QUAKESPASM_VERSION): define as 0.1 for now. (QUAKESPASM_VER_PATCH): define as 1 for now (helper to print a string like 0.85.1) git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@29 af15c1b1-3010-417e-b628-4374ebc0bcbd --- Quake/quakedef.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Quake/quakedef.h b/Quake/quakedef.h index 2ce89c92..3f27dfa9 100644 --- a/Quake/quakedef.h +++ b/Quake/quakedef.h @@ -33,6 +33,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define X11_VERSION 1.10 #define FITZQUAKE_VERSION 0.85 //johnfitz +#define QUAKESPASM_VERSION 0.1 +#define QUAKESPASM_VER_PATCH 1 // helper to print a string like 0.85.1 //define PARANOID // speed sapping error checking