configure.ac: Update version number to 0.7.4 to release new POT file. v0.7.4
authorBen Pfaff <blp@gnu.org>
Mon, 15 Feb 2010 22:18:00 +0000 (14:18 -0800)
committerBen Pfaff <blp@gnu.org>
Mon, 15 Feb 2010 22:18:00 +0000 (14:18 -0800)
translationproject.org needs a version number increment to receive a new
pspp.pot.

configure.ac

index 55bb24e4dda8068ae445c04972f72b7712060a8c..a1f5f655f2ba377d91d0c69e4d4adfe8733c264c 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.3], [bug-gnu-pspp@gnu.org], [pspp])
+AC_INIT([GNU PSPP], [0.7.4], [bug-gnu-pspp@gnu.org], [pspp])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_TESTDIR([tests])
 AM_INIT_AUTOMAKE