aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-21 21:27:11 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-21 21:27:11 +0000
commit7df345e1494e61ad94dd03f9a48f8e5b52a21d2b (patch)
treec54392ab8dfd9becebd8a48dbff6dfa283587eb2 /Makefile
parentec8d60f0f836c0138910f21ebdbd98322fc84427 (diff)
downloadbusybox-w32-7df345e1494e61ad94dd03f9a48f8e5b52a21d2b.tar.gz
busybox-w32-7df345e1494e61ad94dd03f9a48f8e5b52a21d2b.tar.bz2
busybox-w32-7df345e1494e61ad94dd03f9a48f8e5b52a21d2b.zip
Bump version number.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a17225c0f..a43c7b0ee 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
19# 19#
20 20
21PROG := busybox 21PROG := busybox
22VERSION := 0.46 22VERSION := 0.47pre
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
@@ -168,7 +168,7 @@ test tests:
168clean: 168clean:
169 - rm -f busybox.links *~ *.o core 169 - rm -f busybox.links *~ *.o core
170 - rm -rf _install 170 - rm -rf _install
171 - cd tests && $(MAKE) clean 171 cd tests && $(MAKE) clean
172 - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ 172 - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \
173 docs/busybox.lineo.com/BusyBox.html 173 docs/busybox.lineo.com/BusyBox.html
174 - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \ 174 - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \