Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-13 19:42:24 +0300
committerEric Andersen <andersen@codepoet.org>2000-12-13 19:42:24 +0300
commit46948366fa20d2fe979a7af887863a0800e24579 (patch)
tree39bc504da8797244cbf09ec544575abdbaa5cf54 /Makefile
parent21125543e189a88ae98a48248014839db40f4d61 (diff)
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 b3dfe5864..5de1c504a 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