configure.ac: Increase version number to 0.7.5 for translationproject. v0.7.5
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 21 May 2010 23:44:18 +0000 (16:44 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 21 May 2010 23:44:18 +0000 (16:44 -0700)
translationproject.org needs a version number increment to submit a new
pspp.pot.

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ce98d876dd59178b7667bf54d2ed6aeac68f6a06..d0b60630d5b90a687ce420c67321d905b5fb5e6a 100644 (file)
--- 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.
 
index 40626e809c03740b40168614ea002365df710ff6..c1c7e0e6945d0833e62470cb07f4a330ddbedbc4 100644 (file)
@@ -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