diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-28 17:50:56 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-28 17:50:56 +0000 |
commit | 3308c71ec8b5b8f61af4747a8cf9a651daf69c6d (patch) | |
tree | 821c5ebb7413b4773aa46a57498809b47e49dd39 /configure.ac | |
parent | ec0dbd8dc4391d998115a64c20560ad288e7fb4a (diff) | |
download | rsyslog-3308c71ec8b5b8f61af4747a8cf9a651daf69c6d.tar.gz rsyslog-3308c71ec8b5b8f61af4747a8cf9a651daf69c6d.tar.xz rsyslog-3308c71ec8b5b8f61af4747a8cf9a651daf69c6d.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 3d5ec92f..85c9bc56 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.5],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.12.6],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |