From 0ee0a3f7c62a2176db6f603fa01ebceb4ee7e526 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 21 May 2010 16:44:18 -0700 Subject: [PATCH] configure.ac: Increase version number to 0.7.5 for translationproject. translationproject.org needs a version number increment to submit a new pspp.pot. --- NEWS | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index ce98d876..d0b60630 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,11 @@ PSPP NEWS -- history of user-visible changes. -Time-stamp: <2010-04-25 21:08:59 blp> +Time-stamp: <2010-05-21 16:40:53 blp> Copyright (C) 1996-9, 2000, 2008, 2009, 2010 Free Software Foundation, Inc. See the end for copying conditions. Please send PSPP bug reports to bug-gnu-pspp@gnu.org. -Changes from 0.7.3 to 0.7.4: +Changes from 0.7.3 to 0.7.5: * The MRSETS command is now implemented. diff --git a/configure.ac b/configure.ac index 40626e80..c1c7e0e6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. dnl Initialize. AC_PREREQ(2.63) -AC_INIT([GNU PSPP], [0.7.4], [bug-gnu-pspp@gnu.org], [pspp]) +AC_INIT([GNU PSPP], [0.7.5], [bug-gnu-pspp@gnu.org], [pspp]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_TESTDIR([tests]) AM_INIT_AUTOMAKE -- 2.30.2