From: John Darrington Date: Sun, 16 Aug 2020 06:57:16 +0000 (+0200) Subject: Bump version to 1.5.0 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=009ff9e142c1d9bed1c9ab9165d4481e2a7533db;p=pspp Bump version to 1.5.0 --- diff --git a/NEWS b/NEWS index 19a93f863c..ef7fd4938a 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ 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.2.0 to 1.4.0: * The file pspp-mode.el (the pspp-mode for Emacs) is no longer distributed diff --git a/configure.ac b/configure.ac index 9cec89c710..cac18c36fb 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.0], [bug-gnu-pspp@gnu.org], [pspp]) +AC_INIT([GNU PSPP], [1.5.0], [bug-gnu-pspp@gnu.org], [pspp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_TESTDIR([tests])