diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-17 09:02:54 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-17 09:02:54 +0100 |
commit | 54f4ed986e637ddfdace05a2dbf3dac1e29d7f9c (patch) | |
tree | b8c3eadb148e0c3ca56b290a6ce73fffda94a3ef | |
parent | 7b48c630b255b37e52f5bc17fc88112920ee2245 (diff) | |
download | rsyslog-54f4ed986e637ddfdace05a2dbf3dac1e29d7f9c.tar.gz rsyslog-54f4ed986e637ddfdace05a2dbf3dac1e29d7f9c.tar.bz2 rsyslog-54f4ed986e637ddfdace05a2dbf3dac1e29d7f9c.zip |
push version number
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b27241a4..be55699c 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.ex2],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[7.3.6.ex3],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |