aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-05-09 17:31:27 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-05-09 17:31:27 +0000
commitf03b38f9939b0e07f6761fb710f43e1126a3ec3a (patch)
tree4d7c5f88d4c102d816de893f9b41429a800f9326 /Makefile
parente13b495e727750b1b229cbc269bfc56015535af8 (diff)
downloadbusybox-w32-f03b38f9939b0e07f6761fb710f43e1126a3ec3a.tar.gz
busybox-w32-f03b38f9939b0e07f6761fb710f43e1126a3ec3a.tar.bz2
busybox-w32-f03b38f9939b0e07f6761fb710f43e1126a3ec3a.zip
Bump version to 0.52pre
git-svn-id: svn://busybox.net/trunk/busybox@2587 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06b42a8e9..7ab060f7c 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
18# 18#
19 19
20PROG := busybox 20PROG := busybox
21VERSION := 0.51 21VERSION := 0.52pre
22BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") 22BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
23export VERSION 23export VERSION
24 24