diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-28 16:02:16 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-28 16:02:16 +0000 |
commit | 1ad40ecdd869b35798f674b401ea3076116aec83 (patch) | |
tree | 719cc91accc1c970189c49a43776bf9a0a397833 /configure.ac | |
parent | ad0f35124a5bd44628e2fc1a70166fedb24482e8 (diff) | |
download | rsyslog-1ad40ecdd869b35798f674b401ea3076116aec83.tar.gz rsyslog-1ad40ecdd869b35798f674b401ea3076116aec83.tar.xz rsyslog-1ad40ecdd869b35798f674b401ea3076116aec83.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 21bb9fff..e60b0913 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.12.0],[rsyslog@lists.adiscon.com.]) +AC_INIT([rsyslog],[3.12.1],[rsyslog@lists.adiscon.com.]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |