aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-07-19 00:01:10 +0000
committerEric Andersen <andersen@codepoet.org>2005-07-19 00:01:10 +0000
commitca17c937c2adafc194c772bca922df4b87cda3dd (patch)
treed0e099b572465fd13edd0552884ca064604724ff
parentd62df011a0d7c9128a0e626db251215bc1b8c118 (diff)
downloadbusybox-w32-ca17c937c2adafc194c772bca922df4b87cda3dd.tar.gz
busybox-w32-ca17c937c2adafc194c772bca922df4b87cda3dd.tar.bz2
busybox-w32-ca17c937c2adafc194c772bca922df4b87cda3dd.zip
Bump the version to 1.01
-rw-r--r--busybox/Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox/Rules.mak b/busybox/Rules.mak
index d04d4b9f2..1d917c2fa 100644
--- a/busybox/Rules.mak
+++ b/busybox/Rules.mak
@@ -19,7 +19,7 @@
19 19
20#-------------------------------------------------------- 20#--------------------------------------------------------
21PROG := busybox 21PROG := busybox
22VERSION := 1.00 22VERSION := 1.01
23BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") 23BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
24 24
25 25