aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-13 16:42:24 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-13 16:42:24 +0000
commitc9382eb18e6a396745f80509af94c2471ceb7394 (patch)
tree39bc504da8797244cbf09ec544575abdbaa5cf54 /Makefile
parent21a1f8085d0b26b16068cd4c5b484989f636f734 (diff)
downloadbusybox-w32-c9382eb18e6a396745f80509af94c2471ceb7394.tar.gz
busybox-w32-c9382eb18e6a396745f80509af94c2471ceb7394.tar.bz2
busybox-w32-c9382eb18e6a396745f80509af94c2471ceb7394.zip
Update the version number to 0.48 (no longer pre).
git-svn-id: svn://busybox.net/trunk/busybox@1447 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 b3dfe5864..5de1c504a 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
19# 19#
20 20
21PROG := busybox 21PROG := busybox
22VERSION := 0.48pre 22VERSION := 0.48
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