aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--NEWS6
-rw-r--r--podiff.y2
3 files changed, 8 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 51b1b2f..7faa861 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
# This file is part of PODIFF.
-# Copyright (C) 2011-2020 Sergey Poznyakoff
+# Copyright (C) 2011-2022 Sergey Poznyakoff
#
# PODIFF is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
# along with this PODIFF. If not, see <http://www.gnu.org/licenses/>.
PACKAGE=podiff
-VERSION=1.3
+VERSION=1.4
PREFIX=/usr
BINDIR=$(PREFIX)/bin
diff --git a/NEWS b/NEWS
index 9c422b1..9bce0bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,11 @@
-PODIFF NEWS -- history of user-visible changes. 2020-12-30
+PODIFF NEWS -- history of user-visible changes. 2022-10-20
See the end of file for copying conditions.
Please send PODIFF bug reports to <gray@gnu.org>
+
+Version 1.4, 2022-10-20
+
+* Fix https://puszcza.gnu.org.ua/bugs/?562
Version 1.3, 2020-12-30
diff --git a/podiff.y b/podiff.y
index 1b6948f..526a103 100644
--- a/podiff.y
+++ b/podiff.y
@@ -1,5 +1,5 @@
/* This file is part of PODIFF.
- Copyright (C) 2011-2020 Sergey Poznyakoff
+ Copyright (C) 2011-2022 Sergey Poznyakoff
PODIFF is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

Return to:

Send suggestions and report system problems to the System administrator.