diff options
author | Michael Biebl <biebl@debian.org> | 2008-03-29 12:14:28 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2008-03-29 12:14:28 +0100 |
commit | 45e27e9006d03436f21a47ed2a0b283503fa2d80 (patch) | |
tree | ce5e579f8768383b1d9facd78f0737306b62647b /configure.ac | |
parent | 3d4464215f5496ec5d9b95954bac9704f9c7b125 (diff) | |
download | rsyslog-45e27e9006d03436f21a47ed2a0b283503fa2d80.tar.gz |
Imported Upstream version 1.19.2upstream/1.19.2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index cdcd28d..d9103d1 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([rsyslog],[1.19.1],[rsyslog@lists.adiscon.com.]) -AM_INIT_AUTOMAKE(rsyslog, 1.19.1) +AC_INIT([rsyslog],[1.19.2],[rsyslog@lists.adiscon.com.]) +AM_INIT_AUTOMAKE(rsyslog, 1.19.2) AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADER([config.h]) |