diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-17 14:43:10 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-17 14:43:10 +0000 |
commit | 763a5ba0127003cfc239d3951782a5d25c93ff7e (patch) | |
tree | 1eafcbb401193065e469bb20af692c8a2341f8b0 /configure.ac | |
parent | 984762cd6070badb10e5dcb8d596180b5d749f70 (diff) | |
download | rsyslog-763a5ba0127003cfc239d3951782a5d25c93ff7e.tar.gz rsyslog-763a5ba0127003cfc239d3951782a5d25c93ff7e.tar.xz rsyslog-763a5ba0127003cfc239d3951782a5d25c93ff7e.zip |
bumped version number to 1.17.0
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 25b15f89..cb495383 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.16.1, rsyslog@lists.adiscon.com.) -AM_INIT_AUTOMAKE(rsyslog, 1.16.1) +AC_INIT(rsyslog, 1.17.0, rsyslog@lists.adiscon.com.) +AM_INIT_AUTOMAKE(rsyslog, 1.17.0) AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADER([config.h]) |