From: Ben Pfaff Date: Sat, 5 Sep 2020 23:15:27 +0000 (-0700) Subject: Release version 1.4.1. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe824bb6dd7cc73462f2dbcdda4c054ce1c1cea0;p=pspp 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. --- 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])