Update version number, as there have been a number of changes since the last release
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 10 Mar 2019 18:50:17 +0000 (19:50 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 10 Mar 2019 18:50:17 +0000 (19:50 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index fa37d205c04547e33881a07bb492cce968d3f8ea..3f61612fdb5e7f6c67a4fdabed3b2248b7f8d6fb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ See the end for copying conditions.
 
 Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
 
-Changes since 1.2.0:
+Changes from 1.2.0 to 1.3.0:
 
  * Plain text output is no longer divided into pages, since it is now
    rarely printed on paper.
index 78853a84d8522bebb57bc76c0eb77234a82b8fec..f691cac9be1ceca20448ea23e70ae576f318bb39 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.2.0], [bug-gnu-pspp@gnu.org], [pspp])
+AC_INIT([GNU PSPP], [1.3.0], [bug-gnu-pspp@gnu.org], [pspp])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_TESTDIR([tests])