diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-21 16:00:42 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-21 16:00:42 +0200 |
commit | 22f6e935f75514d3bf63fdc42d296c9e6b7b2b4c (patch) | |
tree | 68ae38e893c00f03e8bb66c00c171bece7e9ac46 /configure.ac | |
parent | f4b774738815dc01fc69628ed3f597f8ede3626f (diff) | |
download | rsyslog-22f6e935f75514d3bf63fdc42d296c9e6b7b2b4c.tar.gz rsyslog-22f6e935f75514d3bf63fdc42d296c9e6b7b2b4c.tar.xz rsyslog-22f6e935f75514d3bf63fdc42d296c9e6b7b2b4c.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 1589ad62..4c7aac3c 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.18.1],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.18.2],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |