diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-13 16:57:28 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-13 16:57:28 +0000 |
commit | 602ef197d3f54f360cf44fb7b95e2d45f42606b1 (patch) | |
tree | 0f8c206044e799ac07717985ad9ead9305a3e8c2 /configure.ac | |
parent | 1af0699b39ba1261e6194974978b83ead4657ff9 (diff) | |
download | rsyslog-602ef197d3f54f360cf44fb7b95e2d45f42606b1.tar.gz rsyslog-602ef197d3f54f360cf44fb7b95e2d45f42606b1.tar.xz rsyslog-602ef197d3f54f360cf44fb7b95e2d45f42606b1.zip |
bumping version numbers
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 c613d5eb..7af89391 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.18.2],[rsyslog@lists.adiscon.com.]) -AM_INIT_AUTOMAKE(rsyslog, 1.18.2) +AC_INIT([rsyslog],[1.19.0],[rsyslog@lists.adiscon.com.]) +AM_INIT_AUTOMAKE(rsyslog, 1.19.0) AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADER([config.h]) |