summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-06-02 19:37:48 +0000
committerRoland McGrath <roland@redhat.com>2003-06-02 19:37:48 +0000
commit64ffba5880272d2bb4536b05c50b62510fd6b844 (patch)
treedd6436c71bd2c54acfd9f800e76d6115ba977ffb /configure.ac
parentea5d92bcccf46dac5fe2a8845fcb127697f50da7 (diff)
downloadstrace-64ffba5880272d2bb4536b05c50b62510fd6b844.tar.gz
strace-64ffba5880272d2bb4536b05c50b62510fd6b844.tar.bz2
strace-64ffba5880272d2bb4536b05c50b62510fd6b844.tar.xz
2003-06-02 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.4.97. * strace.spec, debian/changelog: 4.4.97-1.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4aa93c3..7d2dc00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to create configure. Use autoreconf.
AC_PREREQ(2.57)
-AC_INIT([strace],[4.4.96])
+AC_INIT([strace],[4.4.97])
AC_CONFIG_SRCDIR([strace.c])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])