diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-21 09:52:02 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-21 09:52:02 +0000 |
commit | 34ce52d74e8a7053353825ee043f704c6868a855 (patch) | |
tree | 1136041e442e313513661beaed13bc8df50c17d3 | |
parent | 227c44dbe0f3ce8ab465829c2d6114d5e6b38470 (diff) | |
download | rsyslog-34ce52d74e8a7053353825ee043f704c6868a855.tar.gz rsyslog-34ce52d74e8a7053353825ee043f704c6868a855.tar.xz rsyslog-34ce52d74e8a7053353825ee043f704c6868a855.zip |
bumped version number
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,6 @@ --------------------------------------------------------------------------- +Version 3.12.0 (rgerhards), 2008-02-?? +--------------------------------------------------------------------------- Version 3.11.4 (rgerhards), 2008-02-21 - bugfix: debug.html was missing from release tarball - thanks to Michael Biebl for bringing this to my attention diff --git a/configure.ac b/configure.ac index e427232d..fcccde10 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +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.4],[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]) |