aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-10-27 18:09:53 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-10-27 18:09:53 +0000
commit425bea295cb52c6e3533f729b44cd8437a143efa (patch)
treee7f3e7d20c08d9642c0f5c639b4279e2d81fa3d6 /Makefile
parent568b410a3527aa6f05a2bbaef501119a03b01e8c (diff)
downloadbusybox-w32-425bea295cb52c6e3533f729b44cd8437a143efa.tar.gz
busybox-w32-425bea295cb52c6e3533f729b44cd8437a143efa.tar.bz2
busybox-w32-425bea295cb52c6e3533f729b44cd8437a143efa.zip
Oops. I never committed this. Update version to 0.48pre...
git-svn-id: svn://busybox.net/trunk/busybox@1256 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 5cb888689..1fa5a1100 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
19# 19#
20 20
21PROG := busybox 21PROG := busybox
22VERSION := 0.47 22VERSION := 0.48pre
23BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") 23BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
24export VERSION 24export VERSION
25 25