diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-07-26 11:45:47 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-07-26 11:45:47 +0000 |
commit | f54176de6dc4673e072001c44a4a0ba0ba56d875 (patch) | |
tree | 8881a829e4cac761b83e889a202d7b0dfc34e1cf | |
parent | 06e62fd5f0cf519d179acf3e24a6e3ca06dc87f5 (diff) | |
download | busybox-w32-f54176de6dc4673e072001c44a4a0ba0ba56d875.tar.gz busybox-w32-f54176de6dc4673e072001c44a4a0ba0ba56d875.tar.bz2 busybox-w32-f54176de6dc4673e072001c44a4a0ba0ba56d875.zip |
bump version to -rc2
-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-rc1 | 22 | VERSION := 1.00-rc2 |
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 | ||