aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-08-29 18:58:30 +0000
committerzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-08-29 18:58:30 +0000
commit42682fd68d372ce18fdba3959a3caa7f5e6c92e5 (patch)
treecce352c0551b19abe4d609f79bf4e5476445cca6
parent6c5c66acaeae0f28d2fa1489f8adb934b1d5da37 (diff)
downloadioquake3-aero-42682fd68d372ce18fdba3959a3caa7f5e6c92e5.tar.gz
ioquake3-aero-42682fd68d372ce18fdba3959a3caa7f5e6c92e5.zip
Fixed the version and added a little tiny bit to the readme
git-svn-id: svn://svn.icculus.org/quake3/trunk@26 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r--Makefile2
-rw-r--r--i_o-q3-readme1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 35d5977..ecec8f2 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 e0d9b17..22d23b1 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!