diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-16 11:57:52 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-16 11:57:52 +0200 |
commit | d040868f97fa92f1df31b2ac7ff835dc4f3c29be (patch) | |
tree | 9e8a0684b98cb06d04f58f90f7e45ce777234ab4 /configure.ac | |
parent | 48d6bc540babe153984db7dbb409a7d407109e91 (diff) | |
download | rsyslog-d040868f97fa92f1df31b2ac7ff835dc4f3c29be.tar.gz rsyslog-d040868f97fa92f1df31b2ac7ff835dc4f3c29be.tar.xz rsyslog-d040868f97fa92f1df31b2ac7ff835dc4f3c29be.zip |
bumped 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 cc5950e2..f1a94dae 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.17.4],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.17.5],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |