diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-12-21 09:04:54 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-12-21 09:04:54 +0000 |
commit | 75ffcc576b0b8c7c4c9cf4270784ba78c01b3edf (patch) | |
tree | 9f7da86acd38589466681f1316651b5a5eb1d6af | |
parent | 44b0296735a98e9206c76e1e3513bcdfd98d8914 (diff) | |
download | busybox-w32-75ffcc576b0b8c7c4c9cf4270784ba78c01b3edf.tar.gz busybox-w32-75ffcc576b0b8c7c4c9cf4270784ba78c01b3edf.tar.bz2 busybox-w32-75ffcc576b0b8c7c4c9cf4270784ba78c01b3edf.zip |
Bump version
git-svn-id: svn://busybox.net/trunk/busybox@8152 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-pre4 | 22 | VERSION := 1.00-pre5 |
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 | ||