summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-19 07:35:10 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-19 07:35:10 +0000
commit16a542ae6a7b22f6bde5796d6aa7f6cafa474fb0 (patch)
tree2bd707be03f99c9ffad994d0c32196a7f18b7654
parent33a274f0258d6798f82aa16ddc2a77b718f81953 (diff)
downloadrsyslog-16a542ae6a7b22f6bde5796d6aa7f6cafa474fb0.tar.gz
rsyslog-16a542ae6a7b22f6bde5796d6aa7f6cafa474fb0.tar.xz
rsyslog-16a542ae6a7b22f6bde5796d6aa7f6cafa474fb0.zip
changed version number back to 1.21.1 because we have too many changes to
make this the first stable v2.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7a3ce7ea..0039eacc 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],[1.21.0],[rsyslog@lists.adiscon.com.])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h])