From e04c680aae366f5af85cd50776875fcdf3c8927a Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 20 Aug 2017 09:12:38 -0700 Subject: [PATCH] Increase version number to 1.0.0. It's time. --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8d81bf73ef..fc7e597e51 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,10 @@ See the end for copying conditions. Please send PSPP bug reports to bug-gnu-pspp@gnu.org. +Changes from 0.11.0 to 1.0.0: + + * Translation updates. + Changes from 0.10.2 to 0.11.0: * The REGRESSION command now has a /ORIGIN subcommand to perform diff --git a/configure.ac b/configure.ac index 2e83d541e6..e50a4983ea 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], [0.11.0], [bug-gnu-pspp@gnu.org], [pspp]) +AC_INIT([GNU PSPP], [1.0.0], [bug-gnu-pspp@gnu.org], [pspp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_TESTDIR([tests]) -- 2.30.2