diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-15 15:19:53 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-15 15:19:53 +0200 |
commit | 0e83bd69fcce2359d1d25022d1cc1263e42219a9 (patch) | |
tree | 8ecee2e09e371d3df217f8c5e50584251bcf36a4 /configure.ac | |
parent | e82c6eec6f91e9c212103d81fdd4b10028c9bf6a (diff) | |
download | rsyslog-0e83bd69fcce2359d1d25022d1cc1263e42219a9.tar.gz rsyslog-0e83bd69fcce2359d1d25022d1cc1263e42219a9.tar.xz rsyslog-0e83bd69fcce2359d1d25022d1cc1263e42219a9.zip |
final work for release of v3.17.1v3.17.1
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 e3cfd9fc..2a5ef16b 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.17.1-bsd],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.17.1],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |