summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-07-17 09:23:56 +0000
committerRoland McGrath <roland@redhat.com>2003-07-17 09:23:56 +0000
commitcb612146018b941943efa4d0f37a868dc3417510 (patch)
tree2097009e4b7abfd846c004f5341dab0cb167f954 /configure.ac
parentaf9e5ace075eb608a4965091e60baa1de62e0432 (diff)
downloadstrace-cb612146018b941943efa4d0f37a868dc3417510.tar.gz
strace-cb612146018b941943efa4d0f37a868dc3417510.tar.bz2
strace-cb612146018b941943efa4d0f37a868dc3417510.tar.xz
2003-07-17 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.4.99. * strace.spec, debian/changelog: 4.4.99-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 98185d5..addb0a0 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.98])
+AC_INIT([strace],[4.4.99])
AC_CONFIG_SRCDIR([strace.c])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])