From: Ben Pfaff Date: Sun, 27 Aug 2017 19:48:58 +0000 (-0700) Subject: Release version 1.0.1. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=4795d1190bd8b318a5632827d18d9bb20c3c4fbf Release version 1.0.1. --- diff --git a/NEWS b/NEWS index 7914b0dc92..1c24e0c359 100644 --- 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.0.0: +Changes from 1.0.0 to 1.0.1: * Bug fixes, including fixes for CVE-2017-12958, CVE-2017-12959, CVE-2017-12960, and CVE-2017-12961. diff --git a/configure.ac b/configure.ac index e50a4983ea..f1d344ded2 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.0.0], [bug-gnu-pspp@gnu.org], [pspp]) +AC_INIT([GNU PSPP], [1.0.1], [bug-gnu-pspp@gnu.org], [pspp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_TESTDIR([tests])