summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen2000-12-13 16:42:24 +0000
committerEric Andersen2000-12-13 16:42:24 +0000
commit46948366fa20d2fe979a7af887863a0800e24579 (patch)
tree39bc504da8797244cbf09ec544575abdbaa5cf54 /Makefile
parent21125543e189a88ae98a48248014839db40f4d61 (diff)
downloadbusybox-46948366fa20d2fe979a7af887863a0800e24579.zip
busybox-46948366fa20d2fe979a7af887863a0800e24579.tar.gz
Update the version number to 0.48 (no longer pre).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b3dfe58..5de1c50 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
#
PROG := busybox
-VERSION := 0.48pre
+VERSION := 0.48
BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
export VERSION