diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-16 17:31:55 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-16 17:31:55 +0200 |
commit | 5987107df46157eb847bc8271157ab8a7c73f6f4 (patch) | |
tree | 7ea7f89c54b2fe606282fb61975a02e76a46f0f3 /configure.ac | |
parent | 538ec6d401f12a3de2e81ce054ef789fb47624ea (diff) | |
download | rsyslog-5987107df46157eb847bc8271157ab8a7c73f6f4.tar.gz rsyslog-5987107df46157eb847bc8271157ab8a7c73f6f4.tar.xz rsyslog-5987107df46157eb847bc8271157ab8a7c73f6f4.zip |
some cleanup after dual-merge
im3195 did not yet know about the new directory structure
version bumped in support of new devel branch version
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 88a92ebf..ddb91b11 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.17.2],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.19.0],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([ChangeLog]) AC_CONFIG_HEADERS([config.h]) |