diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-09 17:31:27 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-09 17:31:27 +0000 |
commit | d283e1cfe97984bb1a15a16baa9316eef607025e (patch) | |
tree | 4d7c5f88d4c102d816de893f9b41429a800f9326 /Makefile | |
parent | 1a6d39b25940cf50b705300b5c515bd9bfa6c49e (diff) | |
download | busybox-w32-d283e1cfe97984bb1a15a16baa9316eef607025e.tar.gz busybox-w32-d283e1cfe97984bb1a15a16baa9316eef607025e.tar.bz2 busybox-w32-d283e1cfe97984bb1a15a16baa9316eef607025e.zip |
Bump version to 0.52pre
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.51 | 21 | VERSION := 0.52pre |
22 | BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") | 22 | BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") |
23 | export VERSION | 23 | export VERSION |
24 | 24 | ||