summaryrefslogtreecommitdiff
path: root/pkg/msmtp/config.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-10-04 17:34:42 -0700
committerMichael Forney <mforney@mforney.org>2019-10-04 17:34:42 -0700
commitf0421ffc49d45bf3c5e710a0d3d3f0b033dc8b5c (patch)
treece5eafc152b4aec794176b4bad4e2ea63b959c61 /pkg/msmtp/config.h
parent61465907d6a0e405f8c5ef9d50cbbfc7f4635da4 (diff)
msmtp: Update to 1.8.6
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 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