summaryrefslogtreecommitdiff
path: root/pkg/msmtp/config.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2022-09-09 13:54:16 -0700
committerMichael Forney <mforney@mforney.org>2022-09-09 13:54:16 -0700
commit147d5187fe99b65408e02ca477f657f6ecc0ba76 (patch)
treed0a48fe5b4bc912d0832d647f2e4304de46878e8 /pkg/msmtp/config.h
parentf678b5d3e61eb77f71ccdfdd64ffe3f154cb56ea (diff)
msmtp: Update to 1.8.22
Diffstat (limited to 'pkg/msmtp/config.h')
-rw-r--r--pkg/msmtp/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/msmtp/config.h b/pkg/msmtp/config.h
index 337bb2d3..fa0b0d2a 100644
--- a/pkg/msmtp/config.h
+++ b/pkg/msmtp/config.h
@@ -45,10 +45,10 @@
#define PACKAGE "msmtp"
#define PACKAGE_BUGREPORT "marlam@marlam.de"
#define PACKAGE_NAME "msmtp"
-#define PACKAGE_STRING "msmtp 1.8.19"
+#define PACKAGE_STRING "msmtp 1.8.22"
#define PACKAGE_TARNAME "msmtp"
#define PACKAGE_URL "https://marlam.de/msmtp"
-#define PACKAGE_VERSION "1.8.19"
+#define PACKAGE_VERSION "1.8.22"
#define PLATFORM "x86_64-pc-linux-musl"
#define STDC_HEADERS 1
#ifndef _ALL_SOURCE
@@ -111,7 +111,7 @@
#ifndef _XOPEN_SOURCE
/* # undef _XOPEN_SOURCE */
#endif
-#define VERSION "1.8.19"
+#define VERSION "1.8.22"
#if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__
#define W32_NATIVE 1
#endif