aboutsummaryrefslogtreecommitdiff
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
parentec8d60f0f836c0138910f21ebdbd98322fc84427 (diff)
downloadbusybox-w32-7df345e1494e61ad94dd03f9a48f8e5b52a21d2b.tar.gz
busybox-w32-7df345e1494e61ad94dd03f9a48f8e5b52a21d2b.tar.bz2
busybox-w32-7df345e1494e61ad94dd03f9a48f8e5b52a21d2b.zip
Bump version number.
-Erik
-rw-r--r--Changelog2
-rw-r--r--Makefile4
-rw-r--r--busybox.spec2
-rw-r--r--debian/changelog6
-rw-r--r--examples/busybox.spec2
5 files changed, 11 insertions, 5 deletions
diff --git a/Changelog b/Changelog
index 212574678..c91f3858d 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
10.47 10.47pre
2 2
3 * 'make install' now creates relative symlinks, and added a new 3 * 'make install' now creates relative symlinks, and added a new
4 'make install-hardlinks' target to (tada) install hardlinks. 4 'make install-hardlinks' target to (tada) install hardlinks.
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 \
diff --git a/busybox.spec b/busybox.spec
index ee92610d0..cb185a724 100644
--- a/busybox.spec
+++ b/busybox.spec
@@ -1,5 +1,5 @@
1Name: busybox 1Name: busybox
2Version: 0.46 2Version: 0.47pre
3Release: 1 3Release: 1
4Group: System/Utilities 4Group: System/Utilities
5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. 5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
diff --git a/debian/changelog b/debian/changelog
index 1a249858d..c54ca4392 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1busybox (0.47pre-1) unstable; urgency=low
2
3 * New version in progress. See changelog for details.
4
5 -- Erik Andersen <andersee@debian.org> Tue, 11 Jul 2000 12:15:44 -0600
6
1busybox (0.46-1) unstable; urgency=low 7busybox (0.46-1) unstable; urgency=low
2 8
3 * New version released. See changelog for details. 9 * New version released. See changelog for details.
diff --git a/examples/busybox.spec b/examples/busybox.spec
index ee92610d0..cb185a724 100644
--- a/examples/busybox.spec
+++ b/examples/busybox.spec
@@ -1,5 +1,5 @@
1Name: busybox 1Name: busybox
2Version: 0.46 2Version: 0.47pre
3Release: 1 3Release: 1
4Group: System/Utilities 4Group: System/Utilities
5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. 5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.