diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-17 16:48:50 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-17 16:48:50 +0200 |
commit | 1e4ca690525ec4a547ad0fe3efbcd6d059dda15d (patch) | |
tree | 514932194496bacc824ae9868e20b19f17816fc3 /configure.ac | |
parent | d4f9c384c2ca643971bbe1557dddf0b6d10a33da (diff) | |
download | rsyslog-1e4ca690525ec4a547ad0fe3efbcd6d059dda15d.tar.gz rsyslog-1e4ca690525ec4a547ad0fe3efbcd6d059dda15d.tar.bz2 rsyslog-1e4ca690525ec4a547ad0fe3efbcd6d059dda15d.zip |
preparing for 5.10.1v5.10.1
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 1069db7c..eabd2272 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],[5.10.0],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[5.10.1],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |