From 4d2705d6c650870baac5d5ed4ba25a39ab10be99 Mon Sep 17 00:00:00 2001 From: Zachary Slater Date: Mon, 29 Aug 2005 18:58:30 +0000 Subject: [PATCH] Fixed the version and added a little tiny bit to the readme --- Makefile | 2 +- i_o-q3-readme | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35d59779..ecec8f23 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.32b_ioSVNr$(shell LANG=C svnversion .) +VERSION=1.33_SVN$(shell LANG=C svnversion .) release debug clean: $(MAKE) -C code/unix $@ diff --git a/i_o-q3-readme b/i_o-q3-readme index e0d9b175..22d23b12 100644 --- a/i_o-q3-readme +++ b/i_o-q3-readme @@ -11,3 +11,4 @@ The map editor isn't included, get a modern copy from here: http://www.qeradiant.com/ cd code/unix && make +Refer to the web-site for updated status, enjoy!