diff options
| author | Sam Varshavchik | 2019-08-28 20:11:07 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2019-08-28 20:11:07 -0400 |
| commit | cf4938d245043ae81cce060e39c71f0da5ef5eb7 (patch) | |
| tree | 5a4916afca5b7b70738788f3f1b23bb6c4158c2e /sqwebmail | |
| parent | 50bc1b68e1bedab3de35494df6f57e36ce263f41 (diff) | |
| download | courier-libs-cf4938d245043ae81cce060e39c71f0da5ef5eb7.tar.bz2 | |
Fix documentation of openssl settings.
Diffstat (limited to 'sqwebmail')
| -rw-r--r-- | sqwebmail/ChangeLog | 6 | ||||
| -rw-r--r-- | sqwebmail/configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/sqwebmail/ChangeLog b/sqwebmail/ChangeLog index 770c394..8d14d7f 100644 --- a/sqwebmail/ChangeLog +++ b/sqwebmail/ChangeLog @@ -1,3 +1,9 @@ +6.0.3 + +2019-08-28 Sam Varshavchik <mrsam@courier-mta.com> + + * Fix the RPM spec file for CentOS 7 + 6.0.2 2019-06-08 Sam Varshavchik <mrsam@courier-mta.com> diff --git a/sqwebmail/configure.ac b/sqwebmail/configure.ac index 1bcfe14..e30a78d 100644 --- a/sqwebmail/configure.ac +++ b/sqwebmail/configure.ac @@ -2,7 +2,7 @@ dnl dnl Copyright 1998 - 2019 Double Precision, Inc. See COPYING for dnl distribution information. -AC_INIT(sqwebmail, 6.0.2, [courier-sqwebmail@lists.sourceforge.net]) +AC_INIT(sqwebmail, 6.0.3, [courier-sqwebmail@lists.sourceforge.net]) >confdefs.h # Kill PACKAGE_ macros |
