summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-21 09:52:02 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-21 09:52:02 +0000
commit34ce52d74e8a7053353825ee043f704c6868a855 (patch)
tree1136041e442e313513661beaed13bc8df50c17d3
parent227c44dbe0f3ce8ab465829c2d6114d5e6b38470 (diff)
downloadrsyslog-34ce52d74e8a7053353825ee043f704c6868a855.tar.gz
rsyslog-34ce52d74e8a7053353825ee043f704c6868a855.tar.xz
rsyslog-34ce52d74e8a7053353825ee043f704c6868a855.zip
bumped version number
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac3
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1260d24c..96efadad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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])