From fa60c8d3778e1c891260db106c923e5c78a81aed Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 2 Nov 2023 14:27:39 -0700 Subject: [PATCH] Release version 2.0.0-pre3. --- NEWS | 8 ++++++++ configure.ac | 2 +- doc/org.gnu.pspp.metainfo.xml.in | 3 +++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c14b2601f3..be8fa21ff0 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,14 @@ See the end for copying conditions. Please send PSPP bug reports to bug-gnu-pspp@gnu.org. +Changes from 1.6.2-pre2 to 2.0.0-pre3: + + * Testsuite fix. + + * User string fix. + + * Arabic translation update. + Changes from 1.6.2 to 2.0.0-pre2: * The CTABLES command is now implemented. diff --git a/configure.ac b/configure.ac index da3ebdfe51..2fede0e5f7 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.64) -AC_INIT([GNU PSPP], [2.0.0-pre2], [bug-gnu-pspp@gnu.org], [pspp]) +AC_INIT([GNU PSPP], [2.0.0-pre3], [bug-gnu-pspp@gnu.org], [pspp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_TESTDIR([tests]) diff --git a/doc/org.gnu.pspp.metainfo.xml.in b/doc/org.gnu.pspp.metainfo.xml.in index 849a718b43..2f67285903 100644 --- a/doc/org.gnu.pspp.metainfo.xml.in +++ b/doc/org.gnu.pspp.metainfo.xml.in @@ -60,6 +60,9 @@ psppire + + https://git.savannah.gnu.org/cgit/pspp.git/tree/NEWS?h=v2.0.0-pre3 + https://git.savannah.gnu.org/cgit/pspp.git/tree/NEWS?h=v2.0.0-pre2 -- 2.30.2