diff options
| author | Michael Forney <mforney@mforney.org> | 2020-12-03 20:05:45 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-12-03 21:11:43 -0800 |
| commit | af1e59d3411f55dceba0990594c2ca4d883c97c8 (patch) | |
| tree | a210ba02a76d39adb063eb0d15d87240a9c67fd3 /pkg/msmtp/config.h | |
| parent | 656328097fa7c5709048d02c3f927fd4af859c44 (diff) | |
msmtp: Update to 1.8.13
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 50fc7d69..52dfd7ca 100644 --- a/pkg/msmtp/config.h +++ b/pkg/msmtp/config.h @@ -1,6 +1,6 @@ /* #undef ENABLE_NLS */ #define HAVE_ARPA_INET_H 1 -/* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ +/* #undef HAVE_CFLOCALECOPYCURRENT */ /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ /* #undef HAVE_DCGETTEXT */ #define HAVE_FMEMOPEN 1 @@ -40,10 +40,10 @@ #define PACKAGE "msmtp" #define PACKAGE_BUGREPORT "marlam@marlam.de" #define PACKAGE_NAME "msmtp" -#define PACKAGE_STRING "msmtp 1.8.12" +#define PACKAGE_STRING "msmtp 1.8.13" #define PACKAGE_TARNAME "msmtp" #define PACKAGE_URL "https://marlam.de/msmtp" -#define PACKAGE_VERSION "1.8.12" +#define PACKAGE_VERSION "1.8.13" #define PLATFORM "x86_64-pc-linux-musl" #define STDC_HEADERS 1 #ifndef _ALL_SOURCE @@ -61,7 +61,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "1.8.12" +#define VERSION "1.8.13" #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ #define W32_NATIVE 1 #endif |
