diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-21 22:50:59 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-21 22:50:59 +0000 |
commit | c6cdf5874751556c938242819eaa38b30508a20d (patch) | |
tree | 5e66e9c0fda63c04044cbf05d26fb116a174f44a /Makefile | |
parent | 07edff4ba4b588b327be04116ed51f8908e3ba56 (diff) | |
download | busybox-w32-c6cdf5874751556c938242819eaa38b30508a20d.tar.gz busybox-w32-c6cdf5874751556c938242819eaa38b30508a20d.tar.bz2 busybox-w32-c6cdf5874751556c938242819eaa38b30508a20d.zip |
Bump version number to 0.45
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ | |||
19 | # | 19 | # |
20 | 20 | ||
21 | PROG := busybox | 21 | PROG := busybox |
22 | VERSION := 0.44 | 22 | VERSION := 0.45 |
23 | BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") | 23 | BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") |
24 | export VERSION | 24 | export VERSION |
25 | 25 | ||