Bump version to 1.5.0
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 16 Aug 2020 06:57:16 +0000 (08:57 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 16 Aug 2020 06:57:16 +0000 (08:57 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 19a93f863c077c587ce5aa5522229ab755515827..ef7fd4938af102fa260daf36c2309722ed3fdafc 100644 (file)
--- 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
index 9cec89c7105055cf6ca54f3a8c05c6019e5ca254..cac18c36fb2a6abcbd627daad9e019ad891b6594 100644 (file)
@@ -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])