From b3cebec71ae71e238b32f41a9641fe65b777be0d Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Wed, 11 Sep 2019 17:43:55 +0100 Subject: [PATCH] Bump version to 3.7.5 and add NEWS --- NEWS | 8 ++++++++ configure.ac | 2 +- doc/version.texi | 8 ++++---- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index aa832e7..f9fc2cc 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,14 @@ Recode NEWS - User visible changes :Copyright: © 1993-2019 Free Software Foundation, Inc. +Version 3.7.5 +============= + +:Author: Reuben Thomas, 2019-09. + ++ Port tests to Python 3. + + Version 3.7.4 ============= diff --git a/configure.ac b/configure.ac index e7bb60b..313312a 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.69) -AC_INIT(recode, 3.7.4, [rrt@sc3d.org]) +AC_INIT(recode, 3.7.5, [rrt@sc3d.org]) AC_CONFIG_SRCDIR(src/recode.c) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE diff --git a/doc/version.texi b/doc/version.texi index c582199..8130a89 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 4 August 2018 -@set UPDATED-MONTH August 2018 -@set EDITION 3.7.4 -@set VERSION 3.7.4 +@set UPDATED 20 July 2018 +@set UPDATED-MONTH July 2018 +@set EDITION 3.7.5 +@set VERSION 3.7.5 -- 2.50.0