diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-27 09:13:11 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-27 09:13:11 +0200 |
commit | b5faa3c4cef4d8a076a2de9953806ea90c9052d7 (patch) | |
tree | 8366c860ce6ec437ed1f3ddf6d97dccd8b526c7f /configure.ac | |
parent | 2c46f3de7de4cdcfeac895a9711e1e99765b6a38 (diff) | |
download | rsyslog-b5faa3c4cef4d8a076a2de9953806ea90c9052d7.tar.gz rsyslog-b5faa3c4cef4d8a076a2de9953806ea90c9052d7.tar.bz2 rsyslog-b5faa3c4cef4d8a076a2de9953806ea90c9052d7.zip |
misc small changes: corrected version, removed some debug output,
..., restructured makefile, added some troubleshooting to test case
(program rscript-parse.c has problem due to different structure alignment,
where I do not yet know the reason)
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 b3c3e625..e3b5a67b 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.19.8-Test1],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.19.8],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([ChangeLog]) AC_CONFIG_HEADERS([config.h]) |