summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-14 13:30:15 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-14 13:30:15 +0000
commit3b176b63e167c0d3ca0aefdd549b667bd863a1f0 (patch)
tree9c3a06d5dab0537849f63d24e68b0d80e425a2fb /configure.ac
parent7eb0a763c32c9887dd0b1523ac154757f641e27e (diff)
downloadrsyslog-3b176b63e167c0d3ca0aefdd549b667bd863a1f0.tar.gz
rsyslog-3b176b63e167c0d3ca0aefdd549b667bd863a1f0.tar.xz
rsyslog-3b176b63e167c0d3ca0aefdd549b667bd863a1f0.zip
fixed a bug with standard template definitions (not a big deal) - thanks to
varmojfekoj for spotting it
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 4659f495..c2fd803b 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.0],[rsyslog@lists.adiscon.com.])
+AC_INIT([rsyslog],[2.0.1],[rsyslog@lists.adiscon.com.])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h])