diff options
| author | Michael Forney <mforney@mforney.org> | 2020-04-14 21:37:14 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-04-14 21:43:53 -0700 |
| commit | 575006e3d7ce2f92e1fb3e75813d144819851922 (patch) | |
| tree | 62c2e930bf9c51251eb4a380e02746debd7baef6 /pkg/msmtp/config.h | |
| parent | 35d859bb7b5b8c809361a9762aab5045ccd5ca35 (diff) | |
msmtp: Update to 1.8.8
Diffstat (limited to 'pkg/msmtp/config.h')
| -rw-r--r-- | pkg/msmtp/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/msmtp/config.h b/pkg/msmtp/config.h index 0221d6a3..2e0b9402 100644 --- a/pkg/msmtp/config.h +++ b/pkg/msmtp/config.h @@ -39,11 +39,11 @@ #define PACKAGE "msmtp" #define PACKAGE_BUGREPORT "marlam@marlam.de" #define PACKAGE_NAME "msmtp" -#define PACKAGE_STRING "msmtp 1.8.7" +#define PACKAGE_STRING "msmtp 1.8.8" #define PACKAGE_TARNAME "msmtp" #define PACKAGE_URL "https://marlam.de/msmtp" -#define PACKAGE_VERSION "1.8.7" -#define PLATFORM "x86_64-pc-linux-gnu" +#define PACKAGE_VERSION "1.8.8" +#define PLATFORM "x86_64-pc-linux-musl" #define STDC_HEADERS 1 #ifndef _ALL_SOURCE # define _ALL_SOURCE 1 @@ -60,7 +60,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "1.8.7" +#define VERSION "1.8.8" #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ #define W32_NATIVE 1 #endif |
