From: John Darrington Date: Sun, 27 Mar 2016 05:08:20 +0000 (+0200) Subject: Update version number to 0.10.1 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=b39ac1bb6b18a5fa595c6bcbd4ce67e904d56dc5;p=pspp Update version number to 0.10.1 --- diff --git a/configure.ac b/configure.ac index 85676143a2..13968b8d7f 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.10.0], [bug-gnu-pspp@gnu.org], [pspp]) +AC_INIT([GNU PSPP], [0.10.1], [bug-gnu-pspp@gnu.org], [pspp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_TESTDIR([tests])