diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-07 07:39:58 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-07 07:39:58 +0000 |
commit | 7b7ac189f8f914def4b29322e72372c689c7fcb2 (patch) | |
tree | 818eb4394d0c35bbe0fda7bd9b61a520c233ac53 /configure.ac | |
parent | 9086a290dd2a163a12136a65b6069cb3b4ebe4d8 (diff) | |
download | rsyslog-7b7ac189f8f914def4b29322e72372c689c7fcb2.tar.gz rsyslog-7b7ac189f8f914def4b29322e72372c689c7fcb2.tar.xz rsyslog-7b7ac189f8f914def4b29322e72372c689c7fcb2.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 01c82cfd..5a79a4a6 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.0],[rsyslog@lists.adiscon.com.]) +AC_INIT([rsyslog],[3.10.1],[rsyslog@lists.adiscon.com.]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |