aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--README3
-rw-r--r--configure.ac2
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 @@
1GNU Pies NEWS -- history of user-visible changes. 2019-06-12 1GNU Pies NEWS -- history of user-visible changes. 2019-07-02
2See the end of file for copying conditions. 2See the end of file for copying conditions.
3 3
4Please send Pies bug reports to <bug-pies@gnu.org> or 4Please send Pies bug reports to <bug-pies@gnu.org> or
5<bug-pies@gnu.org.ua> 5<bug-pies@gnu.org.ua>
6 6
7Version 1.3.92 (git) 7Version 1.4, 2019-07-02
8 8
9* New option --no-init 9* New option --no-init
10 10
diff --git a/README b/README
index b801c35..cb29225 100644
--- a/README
+++ b/README
@@ -1,5 +1,4 @@
1GNU Pies README 1GNU Pies README
2Copyright (C) 2009-2019 Sergey Poznyakoff
3See the end of file for copying conditions. 2See the end of file for copying conditions.
4 3
5* Introduction 4* Introduction
@@ -73,7 +72,7 @@ Send bug reports to <bug-pies@gnu.org.ua>.
73 72
74* Copyright information: 73* Copyright information:
75 74
76Copyright (C) 2009-2016 Sergey Poznyakoff 75Copyright (C) 2009-2019 Sergey Poznyakoff
77 76
78 Permission is granted to anyone to make or distribute verbatim copies 77 Permission is granted to anyone to make or distribute verbatim copies
79 of this document as received, in any medium, provided that the 78 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 @@
15# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>. 15# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
16 16
17AC_PREREQ([2.63]) 17AC_PREREQ([2.63])
18AC_INIT([GNU Pies], [1.3.92], [bug-pies@gnu.org.ua]) 18AC_INIT([GNU Pies], [1.4], [bug-pies@gnu.org.ua])
19AC_CONFIG_SRCDIR([src/pies.h]) 19AC_CONFIG_SRCDIR([src/pies.h])
20AC_CONFIG_AUX_DIR([build-aux]) 20AC_CONFIG_AUX_DIR([build-aux])
21AC_CONFIG_HEADERS([config.h]) 21AC_CONFIG_HEADERS([config.h])

Return to:

Send suggestions and report system problems to the System administrator.