diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-25 09:03:39 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-25 09:03:39 +0000 |
commit | c72b5030fbb996505e3874e0f6cda63dea29730e (patch) | |
tree | 0174e4cf121c449b2a2f0d665e026f0997c27d2f /configure.ac | |
parent | f6a0c560035d7b604adc670d04a57afda0df17a0 (diff) | |
download | rsyslog-c72b5030fbb996505e3874e0f6cda63dea29730e.tar.gz rsyslog-c72b5030fbb996505e3874e0f6cda63dea29730e.tar.bz2 rsyslog-c72b5030fbb996505e3874e0f6cda63dea29730e.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 0877516c..fcccde10 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.11.5],[rsyslog@lists.adiscon.com.]) +AC_INIT([rsyslog],[3.12.0],[rsyslog@lists.adiscon.com.]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |