From: Ben Pfaff Date: Tue, 6 Nov 2018 14:34:07 +0000 (-0800) Subject: Release version 1.2.0. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5826d76a62471f610510dadbbf33d276e20a0adc;p=pspp Release version 1.2.0. --- diff --git a/NEWS b/NEWS index d2707dbe6c..fd190d1eca 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 from 1.0.1 to 1.1.0: +Changes from 1.0.1 to 1.2.0: * New experimental command SAVE DATA COLLECTION to save MDD files. diff --git a/configure.ac b/configure.ac index d574b89209..7f2f4d1676 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.1.0], [bug-gnu-pspp@gnu.org], [pspp]) +AC_INIT([GNU PSPP], [1.2.0], [bug-gnu-pspp@gnu.org], [pspp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_TESTDIR([tests])