From: Wichert Akkerman Date: Sat, 7 Apr 2001 21:47:30 +0000 (+0000) Subject: note we are working on 4.3.1 now X-Git-Tag: v4.5.18~1050 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e70bbe533a30ce6429927b0b852778a44ccae70b;p=strace note we are working on 4.3.1 now --- diff --git a/ChangeLog b/ChangeLog index 3dabbadd..d53ee229 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-04-07 Wichert Akkerman + + * NEWS: start 4.3.1 items + * version.c: updated to say 4.3.1 (was still 4.2, oops!) + 2001-04-07 Wichert Akkerman * configure.in: test for asm/sysmips.h and linux/utsname.h diff --git a/NEWS b/NEWS index 1e6c4bdf..f70cee9b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Changes in 4.3.1 +================ +* compile fixes for Linux/mips + Changes in 4.3 ============== * Linux ia64 and hppa ports added diff --git a/version.c b/version.c index d478240e..5f9e29b3 100644 --- a/version.c +++ b/version.c @@ -1 +1 @@ -char version[] = "strace -- version 4.2"; +char version[] = "strace -- version 4.3.1";