diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2009-09-14 16:34:34 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2009-09-19 00:52:24 +0000 |
commit | fbfed22854797d0078750a94ea0e3e195c33ba9d (patch) | |
tree | 2dea290ab912087bc46d3fa7aab9462e87359f99 /configure.ac | |
parent | 22a97807b0e82e514c05231b99c09b7ef0d2190e (diff) | |
download | strace-fbfed22854797d0078750a94ea0e3e195c33ba9d.tar.gz |
Prepare for 4.5.19 release
* NEWS: Update for 4.5.19 release.
* configure.ac: Version 4.5.19.
* debian/changelog: 4.5.19-1.
* strace.spec: 4.5.19-1.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3b1db7c71..8c0504835 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.18]) +AC_INIT([strace],[4.5.19]) AC_CONFIG_SRCDIR([strace.c]) AM_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE([foreign check-news dist-bzip2]) |