From 009ff9e142c1d9bed1c9ab9165d4481e2a7533db Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 16 Aug 2020 08:57:16 +0200 Subject: [PATCH] Bump version to 1.5.0 --- NEWS | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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]) -- 2.30.2