commit: f0421ffc49d45bf3c5e710a0d3d3f0b033dc8b5c
parent 61465907d6a0e405f8c5ef9d50cbbfc7f4635da4
Author: Michael Forney <mforney@mforney.org>
Date: Fri, 4 Oct 2019 17:34:42 -0700
msmtp: Update to 1.8.6
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git 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/ver b/pkg/msmtp/ver
@@ -1 +1 @@
-1.8.5 r0
+1.8.6 r0