summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-06-11 05:37:56 +0000
committerRoland McGrath <roland@redhat.com>2003-06-11 05:37:56 +0000
commitacd3cd758d9070398d95e279d82cbdaa0f7d7303 (patch)
tree80c5677890801884d2e9331ab77c914e04200faf /configure.ac
parent767b4305337c4f35140869189e49836a224264e9 (diff)
downloadstrace-acd3cd758d9070398d95e279d82cbdaa0f7d7303.tar.gz
strace-acd3cd758d9070398d95e279d82cbdaa0f7d7303.tar.bz2
strace-acd3cd758d9070398d95e279d82cbdaa0f7d7303.tar.xz
2003-06-10 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.4.98. * strace.spec, debian/changelog: 4.4.98-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 7d2dc00..cacf956 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.97])
+AC_INIT([strace],[4.4.98])
AC_CONFIG_SRCDIR([strace.c])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])