diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-30 17:16:02 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-30 17:16:02 +0200 |
commit | ca6e9efdfd2ec32fd864492d02ee0c0434518f25 (patch) | |
tree | cfa0dd4a9e06ea1480f25dbb67531c2607e81a7c /configure.ac | |
parent | 2b5c049ccc469ce8ba0bf8fbea69fab8b896b36e (diff) | |
download | rsyslog-ca6e9efdfd2ec32fd864492d02ee0c0434518f25.tar.gz rsyslog-ca6e9efdfd2ec32fd864492d02ee0c0434518f25.tar.xz rsyslog-ca6e9efdfd2ec32fd864492d02ee0c0434518f25.zip |
bumped version number
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 b6064693..3896ae19 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.19.5],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.19.6],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([ChangeLog]) AC_CONFIG_HEADERS([config.h]) |