diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-14 13:31:08 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-14 13:31:08 +0000 |
commit | 6a7a3a2702679d111befe85cb7340e7fb04a66eb (patch) | |
tree | a504adf04f879526d362ca2aac5e4bfd442ed713 /configure.ac | |
parent | 0d0fc50470a21b91e2f9507c5dc89505fe878f18 (diff) | |
download | rsyslog-6a7a3a2702679d111befe85cb7340e7fb04a66eb.tar.gz rsyslog-6a7a3a2702679d111befe85cb7340e7fb04a66eb.tar.xz rsyslog-6a7a3a2702679d111befe85cb7340e7fb04a66eb.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 467f62ee..0cb3b86b 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.2],[rsyslog@lists.adiscon.com.]) +AC_INIT([rsyslog],[3.10.3],[rsyslog@lists.adiscon.com.]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |