diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-07-20 09:23:41 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-07-20 09:23:41 +0000 |
commit | 64fd4b8d2a8ece1b3a9ecb2903e41b22075480a5 (patch) | |
tree | 09f66aca4bdbeb45cd65509bb4a6d6f6232cca97 | |
parent | 598c77df661b9604b98ede4901ff7a90c4fd6934 (diff) | |
download | busybox-w32-64fd4b8d2a8ece1b3a9ecb2903e41b22075480a5.tar.gz busybox-w32-64fd4b8d2a8ece1b3a9ecb2903e41b22075480a5.tar.bz2 busybox-w32-64fd4b8d2a8ece1b3a9ecb2903e41b22075480a5.zip |
Bump version up to release candidate 1
git-svn-id: svn://busybox.net/trunk/busybox@8973 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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-pre10 | 22 | VERSION := 1.00-rc1 |
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 | ||