summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-26 10:01:19 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-26 10:01:19 +0000
commitf383030d3bfb9ea560c6377a5f3655c4c486fd2b (patch)
tree55382c118fb5d2c86c40a199a0ed0955907db97e /configure.ac
parent846b6e11662256c9fc04a96aa6ebf2afbd5975d1 (diff)
downloadrsyslog-f383030d3bfb9ea560c6377a5f3655c4c486fd2b.tar.gz
rsyslog-f383030d3bfb9ea560c6377a5f3655c4c486fd2b.tar.xz
rsyslog-f383030d3bfb9ea560c6377a5f3655c4c486fd2b.zip
bumped version number once again to 2.0.0 - let's see if it works out this
time ;)
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 21e883df..7a3ce7ea 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],[1.21.1],[rsyslog@lists.adiscon.com.])
+AC_INIT([rsyslog],[2.0.0],[rsyslog@lists.adiscon.com.])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h])