aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-11-02 14:20:37 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2017-11-02 14:20:37 +0200
commit0b4f2d1dc85e7c85511dc16b0443bcf85f8bcdbb (patch)
tree8b6f66446ed50567cf3f607f4c428c3abb04f599
parenta91091433cdeb01b774daa7359d3ea1ed182b75e (diff)
downloadmailfromd-0b4f2d1dc85e7c85511dc16b0443bcf85f8bcdbb.tar.gz
mailfromd-0b4f2d1dc85e7c85511dc16b0443bcf85f8bcdbb.tar.bz2
Version 8.3release_8_3
-rw-r--r--NEWS4
-rw-r--r--configure.ac3
2 files changed, 3 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 8b4c9945..f0aca4a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,14 @@
-Mailfromd NEWS -- history of user-visible changes. 2017-10-25
+Mailfromd NEWS -- history of user-visible changes. 2017-11-02
Copyright (C) 2005-2017 Sergey Poznyakoff
See the end of file for copying conditions.
Please send Mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
-Version 8.2.91
+Version 8.3, 2017-11-02
* GNU adns required
This version requires the adns resolver library
(https://www.gnu.org/software/adns).
diff --git a/configure.ac b/configure.ac
index ec17774c..ae05dc3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,14 +13,13 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
m4_define([MF_VERSION_MAJOR], 8)
-m4_define([MF_VERSION_MINOR], 2)
-m4_define([MF_VERSION_PATCH], 91)
+m4_define([MF_VERSION_MINOR], 3)
AC_INIT([mailfromd],
MF_VERSION_MAJOR.MF_VERSION_MINOR[]m4_ifdef([MF_VERSION_PATCH],.MF_VERSION_PATCH),
[bug-mailfromd@gnu.org.ua],
[mailfromd],
[http://www.gnu.org.ua/software/mailfromd])
AC_CONFIG_SRCDIR([src/mailfromd.h])

Return to:

Send suggestions and report system problems to the System administrator.