From afe3e14863cde0686a36e2b9cef95a5aecc96c4d Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 27 Mar 2021 11:33:18 +0100 Subject: [PATCH] Bump micro version to 1.5.3 --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 55ab109d61..bbf5f877a0 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,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.2: +Changes from 1.4.1 to 1.5.3: * An error in the displayed signficance of oneway anova contrasts tests has been corrected. diff --git a/configure.ac b/configure.ac index 773bd7555b..a9d8d84eee 100644 --- a/configure.ac +++ b/configure.ac @@ -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.2], [bug-gnu-pspp@gnu.org], [pspp]) +AC_INIT([GNU PSPP], [1.5.3], [bug-gnu-pspp@gnu.org], [pspp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_TESTDIR([tests]) -- 2.30.2