aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-20 23:22:29 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-20 23:22:29 +0000
commita6cd07099d250ac4f0a7e88084d0470390405635 (patch)
tree3f8a84114f7f85f1ab020410b22f2a88e0b5f281
parente111d69ca27a39d0a1eaf02617912092bc929c30 (diff)
downloadbusybox-w32-a6cd07099d250ac4f0a7e88084d0470390405635.tar.gz
busybox-w32-a6cd07099d250ac4f0a7e88084d0470390405635.tar.bz2
busybox-w32-a6cd07099d250ac4f0a7e88084d0470390405635.zip
Bump the version number to 0.49pre
-rw-r--r--Changelog7
-rw-r--r--Makefile2
-rw-r--r--busybox.spec2
-rw-r--r--debian/changelog6
-rw-r--r--examples/busybox.spec2
5 files changed, 16 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index a1a538af0..d5c7ec31c 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,10 @@
10.49pre
2
3 * me -- md5sum was broken. Now fixed.
4 * Matt Kraai -- new sort.c
5
6 -Erik Andersen, <not released yet>
7
10.48 80.48
2 9
3 * Glenn McGrath -- tar now supports uncompressing tar files, 10 * Glenn McGrath -- tar now supports uncompressing tar files,
diff --git a/Makefile b/Makefile
index 5de1c504a..ec2ffa6df 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
19# 19#
20 20
21PROG := busybox 21PROG := busybox
22VERSION := 0.48 22VERSION := 0.49pre
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
diff --git a/busybox.spec b/busybox.spec
index 561060d28..beb12fea3 100644
--- a/busybox.spec
+++ b/busybox.spec
@@ -1,5 +1,5 @@
1Name: busybox 1Name: busybox
2Version: 0.48 2Version: 0.49pre
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 5e68269d3..e1b447c4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1busybox (0.49pre-1) unstable; urgency=low
2
3 * Not released yet....
4
5 -- Erik Andersen <andersee@debian.org> Wed, 13 Dec 2000 08:36:07 -0700
6
1busybox (0.48-1) unstable; urgency=low 7busybox (0.48-1) unstable; urgency=low
2 8
3 * Lots more source updates and bug fixes. See changelog for details. 9 * Lots more source updates and bug fixes. See changelog for details.
diff --git a/examples/busybox.spec b/examples/busybox.spec
index 561060d28..beb12fea3 100644
--- a/examples/busybox.spec
+++ b/examples/busybox.spec
@@ -1,5 +1,5 @@
1Name: busybox 1Name: busybox
2Version: 0.48 2Version: 0.49pre
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.