Bump version to 1.8.20

pull/84/head
Martin Lambers 2022-03-23 20:19:41 +01:00
parent bebf7042ed
commit 73688b303a
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
# This file is part of msmtp, an SMTP client.
#
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
# 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021
# 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022
# Christophe Nowicki
# Martin Lambers <marlam@marlam.de>
# Jay Soffian <jaysoffian@gmail.com> (Mac OS X keychain support)
@ -24,7 +24,7 @@ dnl Process this file with autoconf to produce a configure script.
#
dnl Autotools init stuff
AC_INIT([msmtp],[1.8.19],[marlam@marlam.de],[msmtp],[https://marlam.de/msmtp])
AC_INIT([msmtp],[1.8.20],[marlam@marlam.de],[msmtp],[https://marlam.de/msmtp])
AC_CONFIG_SRCDIR([src/msmtp.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])