diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-22 05:18:28 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-22 05:18:28 +0000 |
commit | dabdd6500eaa6fa2bfaeb8572f3d08e1793b1293 (patch) | |
tree | dc833d011ec44999f879b29dd843a97c8cc31c71 | |
parent | 6fb3db679d31a6ce1191b9d2fae9ceec2f5db490 (diff) | |
download | busybox-w32-dabdd6500eaa6fa2bfaeb8572f3d08e1793b1293.tar.gz busybox-w32-dabdd6500eaa6fa2bfaeb8572f3d08e1793b1293.tar.bz2 busybox-w32-dabdd6500eaa6fa2bfaeb8572f3d08e1793b1293.zip |
Fixed version number
git-svn-id: svn://busybox.net/trunk/busybox@53 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Changelog | 4 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -5,8 +5,8 @@ | |||
5 | * Fixed a segfault in ps when /etc/passwd or /etc/group | 5 | * Fixed a segfault in ps when /etc/passwd or /etc/group |
6 | are absent. Now will warn you and carry on. | 6 | are absent. Now will warn you and carry on. |
7 | * Added in optional _real_ regular expression support (to be | 7 | * Added in optional _real_ regular expression support (to be |
8 | the basis for a future sed utility). When compiled in, | 8 | the basis for a future sed utility). When compiled in |
9 | adds 3.9k. | 9 | it adds 3.9k, but makes grep much more capable. |
10 | * Checked out using nftw(3) for recursive stuff, but unfortunatly | 10 | * Checked out using nftw(3) for recursive stuff, but unfortunatly |
11 | it wasn't supported before GNU libc 2.1, and some folks use | 11 | it wasn't supported before GNU libc 2.1, and some folks use |
12 | glibc 2.0.7 since it is much smaller than that latest and greatest. | 12 | glibc 2.0.7 since it is much smaller than that latest and greatest. |
@@ -17,7 +17,7 @@ | |||
17 | 17 | ||
18 | 18 | ||
19 | PROG=busybox | 19 | PROG=busybox |
20 | VERSION=0.30 | 20 | VERSION=0.31 |
21 | BUILDTIME=$(shell date "+%Y%m%d-%H%M") | 21 | BUILDTIME=$(shell date "+%Y%m%d-%H%M") |
22 | 22 | ||
23 | # Comment out the following to make a debuggable build | 23 | # Comment out the following to make a debuggable build |