diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-18 14:55:15 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-18 14:55:15 +0100 |
commit | 71c385c3ade8493bfb2e74a3a89fa5ebc2c7cd21 (patch) | |
tree | 5f9a47465170a215330fe3859e87c1dda337bf56 | |
parent | eb5c7a04199028703a328d199c36ac6f5b631ccd (diff) | |
download | rsyslog-71c385c3ade8493bfb2e74a3a89fa5ebc2c7cd21.tar.gz rsyslog-71c385c3ade8493bfb2e74a3a89fa5ebc2c7cd21.tar.bz2 rsyslog-71c385c3ade8493bfb2e74a3a89fa5ebc2c7cd21.zip |
bump version number for experimental build
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c224ca8e..b054ec65 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],[7.3.6.ex4],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[7.3.6.ex6],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |