diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-02-22 12:27:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-02-22 12:27:04 +0000 |
commit | a9d8f9c7bf0a05e0e29cb1ed00559f344e23819b (patch) | |
tree | 06892bcce80c6a3c94228a420f4f0ba976b40106 | |
parent | 539ffc91296dd3f38a94b70821dc61c4c413dfa1 (diff) | |
download | busybox-w32-a9d8f9c7bf0a05e0e29cb1ed00559f344e23819b.tar.gz busybox-w32-a9d8f9c7bf0a05e0e29cb1ed00559f344e23819b.tar.bz2 busybox-w32-a9d8f9c7bf0a05e0e29cb1ed00559f344e23819b.zip |
Bump up version in preparation for -pre8
-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-pre7 | 22 | VERSION := 1.00-pre8 |
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 | ||