commit: 49146e3bdf0114f844e4a65cf40a792aaa56eaf2
parent 7bc9dcc67d9842d81e5d81edc06498fc7036d6a1
Author: Michael Forney <mforney@mforney.org>
Date: Fri, 4 Sep 2020 01:05:40 -0700
msmtp: Update to 1.8.12
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pkg/msmtp/config.h b/pkg/msmtp/config.h
@@ -40,10 +40,10 @@
#define PACKAGE "msmtp"
#define PACKAGE_BUGREPORT "marlam@marlam.de"
#define PACKAGE_NAME "msmtp"
-#define PACKAGE_STRING "msmtp 1.8.11"
+#define PACKAGE_STRING "msmtp 1.8.12"
#define PACKAGE_TARNAME "msmtp"
#define PACKAGE_URL "https://marlam.de/msmtp"
-#define PACKAGE_VERSION "1.8.11"
+#define PACKAGE_VERSION "1.8.12"
#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.11"
+#define VERSION "1.8.12"
#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.11 r0
+1.8.12 r0