diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-07-19 00:01:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-07-19 00:01:10 +0000 |
commit | ca17c937c2adafc194c772bca922df4b87cda3dd (patch) | |
tree | d0e099b572465fd13edd0552884ca064604724ff | |
parent | d62df011a0d7c9128a0e626db251215bc1b8c118 (diff) | |
download | busybox-w32-ca17c937c2adafc194c772bca922df4b87cda3dd.tar.gz busybox-w32-ca17c937c2adafc194c772bca922df4b87cda3dd.tar.bz2 busybox-w32-ca17c937c2adafc194c772bca922df4b87cda3dd.zip |
Bump the version to 1.01
-rw-r--r-- | busybox/Rules.mak | 2 |
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 | #-------------------------------------------------------- |
21 | PROG := busybox | 21 | PROG := busybox |
22 | VERSION := 1.00 | 22 | VERSION := 1.01 |
23 | BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") | 23 | BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") |
24 | 24 | ||
25 | 25 | ||