note we are working on 4.3.1 now

This commit is contained in:
Wichert Akkerman
2001-04-07 21:47:30 +00:00
parent 3c935437d5
commit e70bbe533a
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-04-07 Wichert Akkerman <wakkerma@debian.org>
* NEWS: start 4.3.1 items
* version.c: updated to say 4.3.1 (was still 4.2, oops!)
2001-04-07 Wichert Akkerman <wakkerma@debian.org>
* configure.in: test for asm/sysmips.h and linux/utsname.h

4
NEWS
View File

@ -1,3 +1,7 @@
Changes in 4.3.1
================
* compile fixes for Linux/mips
Changes in 4.3
==============
* Linux ia64 and hppa ports added

View File

@ -1 +1 @@
char version[] = "strace -- version 4.2";
char version[] = "strace -- version 4.3.1";