diff options
| author | Sam Varshavchik | 2022-01-16 18:40:25 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2022-01-16 18:40:25 -0500 |
| commit | 49028a9eb32a570b3bc73777d0474e458c1c1949 (patch) | |
| tree | eba5a578c3595b3bbf3313861c3cdf81656d97e2 /imap | |
| parent | 04615a20f842378619121242aea8fc5c40213b9c (diff) | |
| download | courier-libs-49028a9eb32a570b3bc73777d0474e458c1c1949.tar.bz2 | |
Update versions.
Diffstat (limited to 'imap')
| -rw-r--r-- | imap/ChangeLog | 6 | ||||
| -rw-r--r-- | imap/configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/imap/ChangeLog b/imap/ChangeLog index c426d45..c5fea32 100644 --- a/imap/ChangeLog +++ b/imap/ChangeLog @@ -1,3 +1,9 @@ +5.1.7 + +2022-01-16 Arjen de Korte <build+github@de-korte.org> + + * Fix linking failure on some Linux distributions. + 5.1.6 2022-01-16 Sam Varshavchik <mrsam@courier-mta.com> diff --git a/imap/configure.ac b/imap/configure.ac index 7061541..0d84dc6 100644 --- a/imap/configure.ac +++ b/imap/configure.ac @@ -4,7 +4,7 @@ dnl dnl Copyright 1998 - 2022 Double Precision, Inc. See COPYING for dnl distribution information. -AC_INIT(courier-imap, 5.1.6, [courier-users@lists.sourceforge.net]) +AC_INIT(courier-imap, 5.1.7, [courier-users@lists.sourceforge.net]) >confdefs.h # Kill PACKAGE_ macros |
