diff options
author | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-09-21 12:04:21 +0000 |
---|---|---|
committer | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-09-21 12:04:21 +0000 |
commit | d3c5e6692652ca72c9fa8eca144128023d50c5e8 (patch) | |
tree | b2bb9298b8e9b88bbe1e236cf985911342df6b9a /code/unix/setup/Makefile | |
parent | 6a87ec4b1c0cc04701ad52a1fb445487f5fbb961 (diff) | |
download | ioquake3-aero-d3c5e6692652ca72c9fa8eca144128023d50c5e8.tar.gz ioquake3-aero-d3c5e6692652ca72c9fa8eca144128023d50c5e8.zip |
Update the installer specific files for PPC and fix a few minor bugs.
git-svn-id: svn://svn.icculus.org/quake3/trunk@912 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/unix/setup/Makefile')
-rw-r--r-- | code/unix/setup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/code/unix/setup/Makefile b/code/unix/setup/Makefile index a25cd65..487a94c 100644 --- a/code/unix/setup/Makefile +++ b/code/unix/setup/Makefile @@ -1,5 +1,5 @@ -VERSION=FIXME -RELEASE=1 +VERSION=1.34 +RELEASE=rc2 all: VERSION=$(VERSION) RELEASE=$(RELEASE) ./doit |