Release version 1.5.4.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 1 Apr 2022 02:57:39 +0000 (19:57 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 1 Apr 2022 02:57:39 +0000 (19:57 -0700)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 3f6c4d413b96d140f7736d7d8cc1c2a6e84487a5..6ce2691e6545a08a67de58d1b2b0cb70a747b7b7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ See the end for copying conditions.
 
 Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
 
-Changes from 1.4.1 to 1.5.3:
+Changes from 1.4.1 to 1.5.4:
 
  * In the Kruskal-Wallis test, a misleading result could occur
    if the lower bound specified by the user was in fact higher
index b0d8687f25ce416ac8acfe99b9151b32cebcf524..0a683a2c57e31981e030574174ab5408a4221c3b 100644 (file)
@@ -18,7 +18,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 dnl Initialize.
 AC_PREREQ(2.64)
-AC_INIT([GNU PSPP], [1.5.3], [bug-gnu-pspp@gnu.org], [pspp])
+AC_INIT([GNU PSPP], [1.5.4], [bug-gnu-pspp@gnu.org], [pspp])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_TESTDIR([tests])