aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-24 06:34:59 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-24 06:34:59 +0000
commit36eff9ac554fa8021b3ec573369bfe9470dea379 (patch)
treeb1039cf58c86cf91861684677e7e6a29d02bfdc8
parent6f3240abf946d99116a633d20d26ad2d681dbaed (diff)
downloadbusybox-w32-36eff9ac554fa8021b3ec573369bfe9470dea379.tar.gz
busybox-w32-36eff9ac554fa8021b3ec573369bfe9470dea379.tar.bz2
busybox-w32-36eff9ac554fa8021b3ec573369bfe9470dea379.zip
Bump version number to 0.51pre
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ff1078d6..9d25e559a 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
18# 18#
19 19
20PROG := busybox 20PROG := busybox
21VERSION := 0.50 21VERSION := 0.51pre
22BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") 22BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
23export VERSION 23export VERSION
24 24