diff options
author | Michael Biebl <biebl@debian.org> | 2008-03-29 12:15:13 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2008-03-29 12:15:13 +0100 |
commit | 9b68e0f3a37ec87dff0f24665a89cd36c8adcb72 (patch) | |
tree | 248494aafae9aa9cd54b0fd628fde0558dfb5f20 /configure.ac | |
parent | 4f9e746bd83a363f2f66a1f31ed9fd92f614754e (diff) | |
download | rsyslog-9b68e0f3a37ec87dff0f24665a89cd36c8adcb72.tar.gz |
Imported Upstream version 2.0.3upstream/2.0.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 bb66bfd..15c73da 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],[2.0.2],[rsyslog@lists.adiscon.com.]) +AC_INIT([rsyslog],[2.0.3],[rsyslog@lists.adiscon.com.]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |