From: Ben Pfaff <blp@cs.stanford.edu>
Date: Fri, 22 Mar 2013 15:38:05 +0000 (-0700)
Subject: configure: Increase version number to 0.7.10.
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aa9aac0327e5397d81c6194f4e291b38d023600;p=pspp

configure: Increase version number to 0.7.10.

Suggested by John Darrington.
---

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])