From: Wichert Akkerman Date: Fri, 21 Jan 2000 20:31:34 +0000 (+0000) Subject: Release version 4.2 X-Git-Tag: v4.5.18~1138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=301601812c887618acdfa5ef83363aea3a3a6e78;p=strace Release version 4.2 --- diff --git a/ChangeLog b/ChangeLog index ad5b5b0d..dddaf642 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-01-21 Wichert Akkerman + + * Release version 4.2 to get the current updates out and so + we can concentrate in finishing the clone support. + 2000-01-11 Wichert Akkerman * Add 1900 to tm_year in sprinttime diff --git a/version.c b/version.c index e4185e8f..d478240e 100644 --- a/version.c +++ b/version.c @@ -1 +1 @@ -char version[] = "strace -- version 4.1"; +char version[] = "strace -- version 4.2";