diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-31 16:32:56 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-31 16:32:56 +0000 |
commit | 221784cd3d9290ac798c7974827eb153c10cfcb9 (patch) | |
tree | cef8874f3312871123167556b0bc7a067d6b09f8 /configure.ac | |
parent | 89ac6a8f4a5261278f55f10d3fb65613af5d6efb (diff) | |
download | rsyslog-221784cd3d9290ac798c7974827eb153c10cfcb9.tar.gz rsyslog-221784cd3d9290ac798c7974827eb153c10cfcb9.tar.bz2 rsyslog-221784cd3d9290ac798c7974827eb153c10cfcb9.zip |
bumping version number
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 04ec3db5..7ea97864 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([rsyslog],[3.13.0-dev0],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.17.0],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |