diff options
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 |