aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-11-09 03:10:26 +0000
committerEric Andersen <andersen@codepoet.org>1999-11-09 03:10:26 +0000
commitadd01585549613585c22745d47416f9dce789a66 (patch)
treed6bc751c31d1d804e4e9ab764037ee60087f04d4 /Makefile
parent3d8dbe1ca0358ab00b6b505dcc797f17ffd9148f (diff)
downloadbusybox-add01585549613585c22745d47416f9dce789a66.tar.gz
LAtest and greatest
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 14c2f413f..53a7d8ea8 100644
--- a/Makefile
+++ b/Makefile
@@ -17,12 +17,12 @@
PROG=busybox
-VERSION=0.33
+VERSION=0.34
BUILDTIME=$(shell date "+%Y%m%d-%H%M")
# Comment out the following to make a debuggable build
# Leave this off for production use.
-DODEBUG=true
+DODEBUG=false
# If you want a static binary, turn this on. I can't think
# of many situations where anybody would ever want it static,
# but...