diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-07-20 09:23:41 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-07-20 09:23:41 +0000 |
commit | aea8e0eea7bbdf3eeefcd977dcce0ece79f40f21 (patch) | |
tree | 09f66aca4bdbeb45cd65509bb4a6d6f6232cca97 | |
parent | 98e4eab0c632f7ed8d823bf587df40abeb68ea9d (diff) | |
download | busybox-w32-aea8e0eea7bbdf3eeefcd977dcce0ece79f40f21.tar.gz busybox-w32-aea8e0eea7bbdf3eeefcd977dcce0ece79f40f21.tar.bz2 busybox-w32-aea8e0eea7bbdf3eeefcd977dcce0ece79f40f21.zip |
Bump version up to release candidate 1
-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 | ||