From 215ca6f0431930bb5409317e662ee3663ced49de Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 5 Sep 2020 16:37:19 -0700 Subject: [PATCH] Update version number to 1.4.2. --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0f7465fd3e..0e0c216f97 100644 --- 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. diff --git a/configure.ac b/configure.ac index d7c7269da3..9acc451d10 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.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]) -- 2.30.2