Update version number to 1.4.2.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 5 Sep 2020 23:37:19 +0000 (16:37 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 5 Sep 2020 23:37:19 +0000 (16:37 -0700)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 0f7465fd3e9c1cc1330827569a888f93f87d423d..0e0c216f97230e69eee7a24a8914c540b3efd589 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ See the end for copying conditions.
 
 Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
 
+Changes from 1.4.1 to 1.4.2:
+
+ * No changes yet.
+
 Changes from 1.4.0 to 1.4.1:
 
  * Bug fixes.
index d7c7269da335c495c58c704017d10fb5a3ae4136..9acc451d100154ebcd5df9e6923cea8302388b11 100644 (file)
@@ -18,7 +18,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 dnl Initialize.
 AC_PREREQ(2.63)
-AC_INIT([GNU PSPP], [1.4.1], [bug-gnu-pspp@gnu.org], [pspp])
+AC_INIT([GNU PSPP], [1.4.2], [bug-gnu-pspp@gnu.org], [pspp])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_TESTDIR([tests])