summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-11 11:15:21 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-11 11:15:21 +0200
commitbcd2661167998b7a986f31e5f6f3b691ab0a662a (patch)
tree818264f91fcbd69bedf3636c8cb6fd6802553e0d
parentaeed303e2bb63794aea7bf80c733a85e37862fe2 (diff)
downloadrsyslog-bcd2661167998b7a986f31e5f6f3b691ab0a662a.tar.gz
rsyslog-bcd2661167998b7a986f31e5f6f3b691ab0a662a.tar.xz
rsyslog-bcd2661167998b7a986f31e5f6f3b691ab0a662a.zip
bumped version number
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b6de47b3..d7103f48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
---------------------------------------------------------------------------
+Version 3.15.2 (rgerhards), 2008-04-??
+---------------------------------------------------------------------------
Version 3.15.1 (rgerhards), 2008-04-11
- bugfix: some messages were emited without hostname
- disabled atomic operations for the time being because they introduce some
diff --git a/configure.ac b/configure.ac
index c58c2173..4d5bec51 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.15.1],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[3.15.2],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h])