Fixed version number
authorEric Andersen <andersen@codepoet.org>
Fri, 22 Oct 1999 05:18:28 +0000 (05:18 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 22 Oct 1999 05:18:28 +0000 (05:18 -0000)
Changelog
Makefile

index 776f88503c28b6ea5862d1db1dce18891ced912f..8948f79851684b7482de446d281d362032f0fe78 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -5,8 +5,8 @@
        * Fixed a segfault in ps when /etc/passwd or /etc/group 
            are absent.  Now will warn you and carry on.
        * Added in optional _real_ regular expression support (to be
-           the basis for a future sed utility).  When compiled in
-           adds 3.9k.
+           the basis for a future sed utility).  When compiled in
+           it adds 3.9k, but makes grep much more capable.
        * Checked out using nftw(3) for recursive stuff, but unfortunatly
            it wasn't supported before GNU libc 2.1, and some folks use
            glibc 2.0.7 since it is much smaller than that latest and greatest.
index 912c439aa20446222d76a5bc1c233e2df367a32f..9701f4f0ad1db040bd7e88ac235527ecbe9801ba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 
 
 PROG=busybox
-VERSION=0.30
+VERSION=0.31
 BUILDTIME=$(shell date "+%Y%m%d-%H%M")
 
 # Comment out the following to make a debuggable build