diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-12 08:21:22 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-12 08:21:22 +0200 |
commit | 8080d3fef6c9d3f1452ff605e05748999b25aa32 (patch) | |
tree | 0fe0a6da8dff2e5f9b0dd75df92e57d575133bd6 /configure.ac | |
parent | 23153f03afeced64185f1ed1b4af9b1d164a2436 (diff) | |
download | rsyslog-8080d3fef6c9d3f1452ff605e05748999b25aa32.tar.gz rsyslog-8080d3fef6c9d3f1452ff605e05748999b25aa32.tar.xz rsyslog-8080d3fef6c9d3f1452ff605e05748999b25aa32.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 f1ac4159..cc5950e2 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.3],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.17.4],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |