aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.