diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-04 11:44:58 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-04 11:44:58 +0000 |
commit | b8b8a6d65a7fcda506eb8763acfcffae6e70d1a3 (patch) | |
tree | 16e1167fc70ce074d40f57ff341aab3deda725c8 /Rules.mak | |
parent | e965f9083bb5b97ff41ab03cac95f040b6d8399d (diff) | |
download | busybox-w32-b8b8a6d65a7fcda506eb8763acfcffae6e70d1a3.tar.gz busybox-w32-b8b8a6d65a7fcda506eb8763acfcffae6e70d1a3.tar.bz2 busybox-w32-b8b8a6d65a7fcda506eb8763acfcffae6e70d1a3.zip |
Bump version number for release
git-svn-id: svn://busybox.net/trunk/busybox@8402 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Rules.mak')
-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-pre6 | 22 | VERSION := 1.00-pre7 |
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 | ||