diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ --------------------------------------------------------------------------- +Version 3.0.0 (rgerhards), 2007-12-?? +- license changed to GPLv3 +--------------------------------------------------------------------------- Version 1.20.2 (rgerhards), 2007-12-?? --------------------------------------------------------------------------- Version 1.20.1 (rgerhards), 2007-12-12 diff --git a/configure.ac b/configure.ac index 5156c729..64329cfb 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.20.2],[rsyslog@lists.adiscon.com.]) +AC_INIT([rsyslog],[3.0.0],[rsyslog@lists.adiscon.com.]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADER([config.h]) |