diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-22 06:55:24 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-22 06:55:24 +0000 |
commit | 32675e1b3732c23cb1255f494520ddc6262fc2ea (patch) | |
tree | 179ab5329021280add5152f483ac00c5d96ff3fe /configure.ac | |
parent | 1880ff0fc3f2048f3753e0d65ffbccf0ae35e5ce (diff) | |
download | rsyslog-32675e1b3732c23cb1255f494520ddc6262fc2ea.tar.gz rsyslog-32675e1b3732c23cb1255f494520ddc6262fc2ea.tar.xz rsyslog-32675e1b3732c23cb1255f494520ddc6262fc2ea.zip |
changed version number so that we can release a version specific to gss-api
patch
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 fcccde10..0877516c 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.11.5],[rsyslog@lists.adiscon.com.]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |