summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-02-09 15:12:36 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-02-09 15:12:36 +0100
commit2fdf3bec3bdc2ec79c114d6bcbdc702064d377cd (patch)
tree8351d6a8cc472981412f9800295e17f8bf01f200 /configure.ac
parent6221990bce767a63eb35b19b581bf30a9060fc90 (diff)
downloadrsyslog-2fdf3bec3bdc2ec79c114d6bcbdc702064d377cd.tar.gz
rsyslog-2fdf3bec3bdc2ec79c114d6bcbdc702064d377cd.tar.xz
rsyslog-2fdf3bec3bdc2ec79c114d6bcbdc702064d377cd.zip
dns cache: working on invalid resolution bug, again
the proposed solution did not work out well...
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 886b9c4e..2f4c2c9b 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],[6.3.7],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[6.3.7-tmp1],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])