From 9aa9aac0327e5397d81c6194f4e291b38d023600 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 22 Mar 2013 08:38:05 -0700 Subject: [PATCH] configure: Increase version number to 0.7.10. Suggested by John Darrington. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cffba95d67..ef8880508a 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.9], [bug-gnu-pspp@gnu.org], [pspp]) +AC_INIT([GNU PSPP], [0.7.10], [bug-gnu-pspp@gnu.org], [pspp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_TESTDIR([tests]) -- 2.30.2