diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-08-15 12:54:42 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-08-15 12:54:42 +0200 |
commit | 3f2856b4b5010dfcaa720b292dc3a655e7b9f6da (patch) | |
tree | ed8e3d0e0e1cb632f1d5970ac13eccca3945d74a /configure.ac | |
parent | 3aa86ed554aeb05c386e99d605ddc220250d35d2 (diff) | |
download | rsyslog-3f2856b4b5010dfcaa720b292dc3a655e7b9f6da.tar.gz rsyslog-3f2856b4b5010dfcaa720b292dc3a655e7b9f6da.tar.bz2 rsyslog-3f2856b4b5010dfcaa720b292dc3a655e7b9f6da.zip |
preparing for 3.18.3v3.18.3
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 cb505367..314dc10f 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.18.3-Test6],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.18.3],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |