diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-03-15 22:12:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-03-15 22:12:43 +0000 |
commit | 0d5051def02e35f5db228d8003b3102382610d59 (patch) | |
tree | c02ead8cbc8c3bdd562f00516c1ab8f2789ea021 /Makefile | |
parent | 3a0057e2c5bd602ca37086cd70f4d61f527c406c (diff) | |
download | busybox-w32-0d5051def02e35f5db228d8003b3102382610d59.tar.gz busybox-w32-0d5051def02e35f5db228d8003b3102382610d59.tar.bz2 busybox-w32-0d5051def02e35f5db228d8003b3102382610d59.zip |
Update files and version number prepratory to cutting a release.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ | |||
18 | # | 18 | # |
19 | 19 | ||
20 | PROG := busybox | 20 | PROG := busybox |
21 | VERSION := 0.50pre | 21 | VERSION := 0.50 |
22 | BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") | 22 | BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") |
23 | export VERSION | 23 | export VERSION |
24 | 24 | ||