diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-20 23:22:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-20 23:22:29 +0000 |
commit | a6cd07099d250ac4f0a7e88084d0470390405635 (patch) | |
tree | 3f8a84114f7f85f1ab020410b22f2a88e0b5f281 /Makefile | |
parent | e111d69ca27a39d0a1eaf02617912092bc929c30 (diff) | |
download | busybox-w32-a6cd07099d250ac4f0a7e88084d0470390405635.tar.gz busybox-w32-a6cd07099d250ac4f0a7e88084d0470390405635.tar.bz2 busybox-w32-a6cd07099d250ac4f0a7e88084d0470390405635.zip |
Bump the version number to 0.49pre
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.48 | 22 | VERSION := 0.49pre |
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 | ||