diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-08-16 10:23:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-08-16 10:23:33 +0000 |
commit | 85ae1bb67dc35479e672ce9bae6f593a54b2678a (patch) | |
tree | 4a9d5d620ef12cedfeced16f54478182950ca288 | |
parent | e3a792c80c9f9e12585dcf106fc336b75d782f41 (diff) | |
download | busybox-w32-85ae1bb67dc35479e672ce9bae6f593a54b2678a.tar.gz busybox-w32-85ae1bb67dc35479e672ce9bae6f593a54b2678a.tar.bz2 busybox-w32-85ae1bb67dc35479e672ce9bae6f593a54b2678a.zip |
Bump version
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | #-------------------------------------------------------- | 20 | #-------------------------------------------------------- |
21 | PROG := busybox | 21 | PROG := busybox |
22 | VERSION := 1.00-rc2 | 22 | VERSION := 1.00-rc3 |
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 | ||