diff options
author | Eric Andersen | 2000-07-21 21:27:11 +0000 |
---|---|---|
committer | Eric Andersen | 2000-07-21 21:27:11 +0000 |
commit | 7df345e1494e61ad94dd03f9a48f8e5b52a21d2b (patch) | |
tree | c54392ab8dfd9becebd8a48dbff6dfa283587eb2 /Makefile | |
parent | ec8d60f0f836c0138910f21ebdbd98322fc84427 (diff) | |
download | busybox-7df345e1494e61ad94dd03f9a48f8e5b52a21d2b.zip busybox-7df345e1494e61ad94dd03f9a48f8e5b52a21d2b.tar.gz |
Bump version number.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ # PROG := busybox -VERSION := 0.46 +VERSION := 0.47pre BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") export VERSION @@ -168,7 +168,7 @@ test tests: clean: - rm -f busybox.links *~ *.o core - rm -rf _install - - cd tests && $(MAKE) clean + cd tests && $(MAKE) clean - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ docs/busybox.lineo.com/BusyBox.html - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \ |