diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-13 16:42:24 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-13 16:42:24 +0000 |
commit | c9382eb18e6a396745f80509af94c2471ceb7394 (patch) | |
tree | 39bc504da8797244cbf09ec544575abdbaa5cf54 /Makefile | |
parent | 21a1f8085d0b26b16068cd4c5b484989f636f734 (diff) | |
download | busybox-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ | |||
19 | # | 19 | # |
20 | 20 | ||
21 | PROG := busybox | 21 | PROG := busybox |
22 | VERSION := 0.48pre | 22 | VERSION := 0.48 |
23 | BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") | 23 | BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") |
24 | export VERSION | 24 | export VERSION |
25 | 25 | ||