diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-09 17:31:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-09 17:31:48 +0000 |
commit | 747f2f7d786c4090c376f25f2db8146310e4c3a2 (patch) | |
tree | de36c46ed1fba96141ae4999e5d11d0300c38d20 | |
parent | f6bba3d68954624d8515b8345295710e60f78137 (diff) | |
download | busybox-w32-747f2f7d786c4090c376f25f2db8146310e4c3a2.tar.gz busybox-w32-747f2f7d786c4090c376f25f2db8146310e4c3a2.tar.bz2 busybox-w32-747f2f7d786c4090c376f25f2db8146310e4c3a2.zip |
Bump version number
-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-pre3 | 22 | VERSION := 1.00-pre4 |
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 | ||