aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-14 07:55:19 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-14 07:55:19 +0000
commit88a5ceb450b576558b7d34e0baadb204dd329fb8 (patch)
tree6c3e9869e15d533a27d55d34d7aeb0a895bfd6c9 /Makefile
parentfc83c4c3535cb5bce344821d382122262a8450f5 (diff)
downloadbusybox-w32-88a5ceb450b576558b7d34e0baadb204dd329fb8.tar.gz
busybox-w32-88a5ceb450b576558b7d34e0baadb204dd329fb8.tar.bz2
busybox-w32-88a5ceb450b576558b7d34e0baadb204dd329fb8.zip
Bump rev to 0.50pre.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a71ea68b4..c6c23b313 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
18# 18#
19 19
20PROG := busybox 20PROG := busybox
21VERSION := 0.49 21VERSION := 0.50pre
22BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") 22BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
23export VERSION 23export VERSION
24 24