From 78a33a74592cb86170eb6aff910652bd9a6fe07b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 1 Jul 2022 20:56:07 -0700 Subject: [PATCH] Release version 1.6.2. --- NEWS | 4 ++++ configure.ac | 2 +- doc/org.gnu.pspp.metainfo.xml.in | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5514006e8c..7ca413f4e9 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,10 @@ See the end for copying conditions. Please send PSPP bug reports to bug-gnu-pspp@gnu.org. +Changes from 1.6.1 to 1.6.2: + + * Bug fixes. + Changes from 1.6.0 to 1.6.1: * The SET command now supports LEADZERO for controlling output of a diff --git a/configure.ac b/configure.ac index 805ee52b48..9c6f57fe7c 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], [1.6.1], [bug-gnu-pspp@gnu.org], [pspp]) +AC_INIT([GNU PSPP], [1.6.2], [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 a5c2ac5031..52bb90a5f0 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=v1.6.2 + https://git.savannah.gnu.org/cgit/pspp.git/tree/NEWS?h=v1.6.1 -- 2.30.2