diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-18 16:23:39 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-18 16:23:39 +0100 |
commit | 6b4d9afccb4297face53fd6bec0fb30b6a8da1c3 (patch) | |
tree | 41ea9a9347fc71f50cf4a64b8650c9bc64e781e3 | |
parent | b69da427ebfeb2bbee2a4e4c086835c0397ed69e (diff) | |
download | rsyslog-6b4d9afccb4297face53fd6bec0fb30b6a8da1c3.tar.gz rsyslog-6b4d9afccb4297face53fd6bec0fb30b6a8da1c3.tar.bz2 rsyslog-6b4d9afccb4297face53fd6bec0fb30b6a8da1c3.zip |
yet another version number bump (experimental version)
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b054ec65..de7e5540 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.ex6],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[7.3.6.ex7],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |