Bump version number.
-Erik
This commit is contained in:
parent
ec8d60f0f8
commit
7df345e149
@ -1,4 +1,4 @@
|
|||||||
0.47
|
0.47pre
|
||||||
|
|
||||||
* 'make install' now creates relative symlinks, and added a new
|
* 'make install' now creates relative symlinks, and added a new
|
||||||
'make install-hardlinks' target to (tada) install hardlinks.
|
'make install-hardlinks' target to (tada) install hardlinks.
|
||||||
|
4
Makefile
4
Makefile
@ -19,7 +19,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PROG := busybox
|
PROG := busybox
|
||||||
VERSION := 0.46
|
VERSION := 0.47pre
|
||||||
BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
|
BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
|
||||||
export VERSION
|
export VERSION
|
||||||
|
|
||||||
@ -168,7 +168,7 @@ test tests:
|
|||||||
clean:
|
clean:
|
||||||
- rm -f busybox.links *~ *.o core
|
- rm -f busybox.links *~ *.o core
|
||||||
- rm -rf _install
|
- rm -rf _install
|
||||||
- cd tests && $(MAKE) clean
|
cd tests && $(MAKE) clean
|
||||||
- rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \
|
- rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \
|
||||||
docs/busybox.lineo.com/BusyBox.html
|
docs/busybox.lineo.com/BusyBox.html
|
||||||
- rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \
|
- rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: busybox
|
Name: busybox
|
||||||
Version: 0.46
|
Version: 0.47pre
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: System/Utilities
|
Group: System/Utilities
|
||||||
Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
|
Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
busybox (0.47pre-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New version in progress. See changelog for details.
|
||||||
|
|
||||||
|
-- Erik Andersen <andersee@debian.org> Tue, 11 Jul 2000 12:15:44 -0600
|
||||||
|
|
||||||
busybox (0.46-1) unstable; urgency=low
|
busybox (0.46-1) unstable; urgency=low
|
||||||
|
|
||||||
* New version released. See changelog for details.
|
* New version released. See changelog for details.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: busybox
|
Name: busybox
|
||||||
Version: 0.46
|
Version: 0.47pre
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: System/Utilities
|
Group: System/Utilities
|
||||||
Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
|
Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
|
||||||
|
Loading…
Reference in New Issue
Block a user