diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-30 07:04:32 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-30 07:04:32 +0000 |
commit | ef44f5c9ba319e2813e5ea23b2699b73b63cdcbb (patch) | |
tree | c270f131fae366af09199a929457757c27279f38 /configure.ac | |
parent | b6bcc14c0aa3f3b569abf630dc11ae9443ebca73 (diff) | |
download | rsyslog-ef44f5c9ba319e2813e5ea23b2699b73b63cdcbb.tar.gz rsyslog-ef44f5c9ba319e2813e5ea23b2699b73b63cdcbb.tar.xz rsyslog-ef44f5c9ba319e2813e5ea23b2699b73b63cdcbb.zip |
bumped version nbr to 3.11.0, as the next release will be a major milestone
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ff3903d3..9acad937 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],[3.10.4],[rsyslog@lists.adiscon.com.]) +AC_INIT([rsyslog],[3.11.0],[rsyslog@lists.adiscon.com.]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |