forked from svarshavchik/courier
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore OpenSSL 1.1, and earlier support.
Bump version.
- Loading branch information
1 parent
e06338b
commit 792ab1e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ dnl Copyright 1998 - 2019 Double Precision, Inc. See COPYING for | |
dnl distribution information. | ||
|
||
AC_PREREQ(2.59) | ||
AC_INIT(courier-imap, 5.0.8.20191205, [[email protected]]) | ||
AC_INIT(courier-imap, 5.0.8.20191210, [[email protected]]) | ||
AC_CONFIG_SRCDIR(libs/imap/imapd.c) | ||
AC_CONFIG_HEADERS(config.h) | ||
AM_INIT_AUTOMAKE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ dnl distribution information. | |
|
||
AC_PREREQ(2.59) | ||
|
||
AC_INIT(courier, 1.0.9.20191205, [[email protected]]) | ||
AC_INIT(courier, 1.0.9.20191210, [[email protected]]) | ||
version=$PACKAGE_VERSION | ||
AC_CONFIG_SRCDIR(courier/courier.c) | ||
AM_INIT_AUTOMAKE | ||
|