summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2004-06-04 02:35:58 +0000
committerRoland McGrath <roland@redhat.com>2004-06-04 02:35:58 +0000
commited8e77e6d4c710a92599148030f12434d709c1f7 (patch)
tree95485e8db753592364e7e12e87aeec19e6bcbadd /configure.ac
parent0c542de51fc3cf411a1ccc1c9850679009cc7205 (diff)
downloadstrace-ed8e77e6d4c710a92599148030f12434d709c1f7.tar.gz
strace-ed8e77e6d4c710a92599148030f12434d709c1f7.tar.bz2
strace-ed8e77e6d4c710a92599148030f12434d709c1f7.tar.xz
2004-06-03 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.5.4. * strace.spec, debian/changelog: 4.5.4-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 0875738..8b28962 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.5.3])
+AC_INIT([strace],[4.5.4])
AC_CONFIG_SRCDIR([strace.c])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])