Skip to content

Commit

Permalink
Bump version to 3.7.5 and add NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Sep 11, 2019
1 parent 89237f2 commit b3cebec
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
=============

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.69)
AC_INIT(recode, 3.7.4, [[email protected]])
AC_INIT(recode, 3.7.5, [[email protected]])
AC_CONFIG_SRCDIR(src/recode.c)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE
Expand Down
8 changes: 4 additions & 4 deletions doc/version.texi
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b3cebec

Please sign in to comment.