diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-03-24 06:34:59 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-03-24 06:34:59 +0000 |
commit | 36eff9ac554fa8021b3ec573369bfe9470dea379 (patch) | |
tree | b1039cf58c86cf91861684677e7e6a29d02bfdc8 | |
parent | 6f3240abf946d99116a633d20d26ad2d681dbaed (diff) | |
download | busybox-w32-36eff9ac554fa8021b3ec573369bfe9470dea379.tar.gz busybox-w32-36eff9ac554fa8021b3ec573369bfe9470dea379.tar.bz2 busybox-w32-36eff9ac554fa8021b3ec573369bfe9470dea379.zip |
Bump version number to 0.51pre
-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.50 | 21 | VERSION := 0.51pre |
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 | ||