diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-09-02 14:34:00 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-09-02 14:34:00 +0200 |
commit | fb8ce409fe609f8e195062f07206e264b5eeb396 (patch) | |
tree | 4824f2ea8ffd1756b4f61909823965c63c9635a7 /configure.ac | |
parent | 7aa30acc744ae53aab2a0b2e3d1a1b0081d9e393 (diff) | |
download | rsyslog-fb8ce409fe609f8e195062f07206e264b5eeb396.tar.gz rsyslog-fb8ce409fe609f8e195062f07206e264b5eeb396.tar.xz rsyslog-fb8ce409fe609f8e195062f07206e264b5eeb396.zip |
preparing for 4.4.1 releasev4.4.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 fec55863..059d68c7 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],[4.4.0],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[4.4.1],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([ChangeLog]) AC_CONFIG_MACRO_DIR([m4]) |