summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-02-20 03:26:47 +0000
committerRoland McGrath <roland@redhat.com>2003-02-20 03:26:47 +0000
commit6c2fe9d9700d77763688ec78c4ae620b2dfd1f47 (patch)
treedc9dc9ba5e1f42f54df6fff79112cefb9f266bc7 /configure.ac
parent937e8d870420d6b15aff52196f8b6287b5dfab42 (diff)
downloadstrace-6c2fe9d9700d77763688ec78c4ae620b2dfd1f47.tar.gz
strace-6c2fe9d9700d77763688ec78c4ae620b2dfd1f47.tar.bz2
strace-6c2fe9d9700d77763688ec78c4ae620b2dfd1f47.tar.xz
2003-02-19 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.4.94. * strace.spec, debian/changelog: 4.4.94-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 dcbeb25..589da94 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.93])
+AC_INIT([strace],[4.4.94])
AC_CONFIG_SRCDIR([strace.c])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])