summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2004-03-02 06:38:35 +0000
committerRoland McGrath <roland@redhat.com>2004-03-02 06:38:35 +0000
commitb66e936380233603414433e79a57dfed8ffae1cc (patch)
tree508f29b917a3aab3c33f457b1ddaf070882b6ec7 /configure.ac
parent5586f9a982ec104612b6934465b76f02fded1756 (diff)
downloadstrace-b66e936380233603414433e79a57dfed8ffae1cc.tar.gz
strace-b66e936380233603414433e79a57dfed8ffae1cc.tar.bz2
strace-b66e936380233603414433e79a57dfed8ffae1cc.tar.xz
2004-03-01 Roland McGrath <roland@redhat.com>
* configure.ac, NEWS: Version 4.5.2. * strace.spec, debian/changelog: 4.5.1-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 490cc05..a49cf1e 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.1])
+AC_INIT([strace],[4.5.2])
AC_CONFIG_SRCDIR([strace.c])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])