From 86586549c1b32d3fa6e802814c13129872cbb98a Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 2 Jul 2019 16:37:35 +0300 Subject: Version 1.4 --- NEWS | 4 ++-- README | 3 +-- configure.ac | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index f4afcd4..0c53fc9 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,10 @@ -GNU Pies NEWS -- history of user-visible changes. 2019-06-12 +GNU Pies NEWS -- history of user-visible changes. 2019-07-02 See the end of file for copying conditions. Please send Pies bug reports to or -Version 1.3.92 (git) +Version 1.4, 2019-07-02 * New option --no-init diff --git a/README b/README index b801c35..cb29225 100644 --- a/README +++ b/README @@ -1,5 +1,4 @@ GNU Pies README -Copyright (C) 2009-2019 Sergey Poznyakoff See the end of file for copying conditions. * Introduction @@ -73,7 +72,7 @@ Send bug reports to . * Copyright information: -Copyright (C) 2009-2016 Sergey Poznyakoff +Copyright (C) 2009-2019 Sergey Poznyakoff Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the diff --git a/configure.ac b/configure.ac index 149657d..e25ee6a 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # along with GNU Pies. If not, see . AC_PREREQ([2.63]) -AC_INIT([GNU Pies], [1.3.92], [bug-pies@gnu.org.ua]) +AC_INIT([GNU Pies], [1.4], [bug-pies@gnu.org.ua]) AC_CONFIG_SRCDIR([src/pies.h]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.1