summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-02-24 10:53:44 +0000
committerRoland McGrath <roland@redhat.com>2003-02-24 10:53:44 +0000
commit1893d0566f0cf1e5043809283fe13444ee699495 (patch)
treefbb8cfcad2c0d4a1d73b107190e3e04a47b1c5a8 /configure.ac
parent66375f6905aa441a6feca3e4128422e3af3689bb (diff)
downloadstrace-1893d0566f0cf1e5043809283fe13444ee699495.tar.gz
strace-1893d0566f0cf1e5043809283fe13444ee699495.tar.bz2
strace-1893d0566f0cf1e5043809283fe13444ee699495.tar.xz
2003-02-24 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.4.95. * strace.spec, debian/changelog: 4.4.95-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 589da94..74eff4e 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.94])
+AC_INIT([strace],[4.4.95])
AC_CONFIG_SRCDIR([strace.c])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])