diff options
| author | Michael Forney <mforney@mforney.org> | 2019-10-04 17:34:42 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-10-04 17:34:42 -0700 |
| commit | f0421ffc49d45bf3c5e710a0d3d3f0b033dc8b5c (patch) | |
| tree | ce5eafc152b4aec794176b4bad4e2ea63b959c61 | |
| parent | 61465907d6a0e405f8c5ef9d50cbbfc7f4635da4 (diff) | |
msmtp: Update to 1.8.6
| -rw-r--r-- | pkg/msmtp/config.h | 6 | ||||
| m--------- | pkg/msmtp/src | 0 | ||||
| -rw-r--r-- | pkg/msmtp/ver | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/pkg/msmtp/config.h b/pkg/msmtp/config.h index 536461eb..33009185 100644 --- a/pkg/msmtp/config.h +++ b/pkg/msmtp/config.h @@ -39,10 +39,10 @@ #define PACKAGE "msmtp" #define PACKAGE_BUGREPORT "marlam@marlam.de" #define PACKAGE_NAME "msmtp" -#define PACKAGE_STRING "msmtp 1.8.5" +#define PACKAGE_STRING "msmtp 1.8.6" #define PACKAGE_TARNAME "msmtp" #define PACKAGE_URL "https://marlam.de/msmtp" -#define PACKAGE_VERSION "1.8.5" +#define PACKAGE_VERSION "1.8.6" #define PLATFORM "x86_64-pc-linux-gnu" #define STDC_HEADERS 1 #ifndef _ALL_SOURCE @@ -60,7 +60,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "1.8.5" +#define VERSION "1.8.6" #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ #define W32_NATIVE 1 #endif diff --git a/pkg/msmtp/src b/pkg/msmtp/src -Subproject de1f604d416fd79428bb69eeb724bc296160887 +Subproject 21311260f61cb16dd5312a86f6f5920b05c8ba2 diff --git a/pkg/msmtp/ver b/pkg/msmtp/ver index 3bd5584b..19b12af9 100644 --- a/pkg/msmtp/ver +++ b/pkg/msmtp/ver @@ -1 +1 @@ -1.8.5 r0 +1.8.6 r0 |
