summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2004-04-16 22:28:41 +0000
committerRoland McGrath <roland@redhat.com>2004-04-16 22:28:41 +0000
commita8c555fbbb49cc6b1032d1bc420fe6d048547d95 (patch)
treeee5b0febfab359b9f00241efff7b645837d1b8b1 /configure.ac
parent025442c1359726f755a4729f3df8f81e70431e15 (diff)
downloadstrace-a8c555fbbb49cc6b1032d1bc420fe6d048547d95.tar.gz
strace-a8c555fbbb49cc6b1032d1bc420fe6d048547d95.tar.bz2
strace-a8c555fbbb49cc6b1032d1bc420fe6d048547d95.tar.xz
2004-04-16 Roland McGrath <roland@redhat.com>
* configure.ac: Version 4.5.3. * strace.spec, debian/changelog: 4.5.3-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 0425000..0875738 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.2])
+AC_INIT([strace],[4.5.3])
AC_CONFIG_SRCDIR([strace.c])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])