Skip to content

Commit 29e8724

Browse files
committed
Bump version to 3.7.7 and add NEWS
1 parent cf474ec commit 29e8724

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

NEWS

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ Recode NEWS - User visible changes
55
.. contents::
66
.. sectnum::
77

8-
:Copyright: © 1993-2019 Free Software Foundation, Inc.
8+
:Copyright: © 1993-2020 Free Software Foundation, Inc.
9+
10+
Version 3.7.7
11+
=============
12+
13+
:Author: Reuben Thomas, 2020-07.
14+
15+
+ Improvements to the build system.
16+
+ Updates to nl, pt, sv translations (thanks, translators!).
17+
918

1019
Version 3.7.6
1120
=============

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Process this file with autoconf to produce a configure script.
44

55
AC_PREREQ(2.69)
6-
AC_INIT(recode, 3.7.6, [rrt@sc3d.org])
6+
AC_INIT(recode, 3.7.7, [rrt@sc3d.org])
77
AC_CONFIG_SRCDIR(src/recode.c)
88
AC_CONFIG_AUX_DIR([build-aux])
99
AM_INIT_AUTOMAKE

doc/version.texi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@set UPDATED 20 July 2018
2-
@set UPDATED-MONTH July 2018
3-
@set EDITION 3.7.6
4-
@set VERSION 3.7.6
1+
@set UPDATED 12 December 2019
2+
@set UPDATED-MONTH December 2019
3+
@set EDITION 3.7.7
4+
@set VERSION 3.7.7

0 commit comments

Comments
 (0)