From fe824bb6dd7cc73462f2dbcdda4c054ce1c1cea0 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 5 Sep 2020 16:15:27 -0700 Subject: [PATCH] Release version 1.4.1. This commit moves the version number *backward*, because we decided that it was necessary to release 1.4.1 with all of the commits that were currently on master. --- NEWS | 6 +++++- configure.ac | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0d969504fc..0f7465fd3e 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,11 @@ See the end for copying conditions. Please send PSPP bug reports to bug-gnu-pspp@gnu.org. -Changes from 1.4.0 to 1.5.0: +Changes from 1.4.0 to 1.4.1: + + * Bug fixes. + + * Translation updates. * HTML output is now HTML5 instead of HTML4.0 Transitional. diff --git a/configure.ac b/configure.ac index ab68fe2e13..d7c7269da3 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.5.0], [bug-gnu-pspp@gnu.org], [pspp]) +AC_INIT([GNU PSPP], [1.4.1], [bug-gnu-pspp@gnu.org], [pspp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_TESTDIR([tests]) -- 2.30.2