From: Ben Pfaff Date: Sat, 5 Sep 2020 23:37:19 +0000 (-0700) Subject: Update version number to 1.4.2. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=215ca6f0431930bb5409317e662ee3663ced49de;p=pspp Update version number to 1.4.2. --- 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])