summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-06-27 09:13:11 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-06-27 09:13:11 +0200
commitb5faa3c4cef4d8a076a2de9953806ea90c9052d7 (patch)
tree8366c860ce6ec437ed1f3ddf6d97dccd8b526c7f /configure.ac
parent2c46f3de7de4cdcfeac895a9711e1e99765b6a38 (diff)
downloadrsyslog-b5faa3c4cef4d8a076a2de9953806ea90c9052d7.tar.gz
rsyslog-b5faa3c4cef4d8a076a2de9953806ea90c9052d7.tar.xz
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.ac2
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])