From: Ben Pfaff Date: Sat, 18 Jun 2022 23:30:03 +0000 (-0700) Subject: configure: Increase version number to 1.6.1. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=cc2f30a26fb9dc6c0f92210c790df6c39bba038f configure: Increase version number to 1.6.1. --- diff --git a/configure.ac b/configure.ac index 6b8ef74edb..805ee52b48 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl Process this file with autoconf to produce a configure script. dnl Initialize. AC_PREREQ(2.64) -AC_INIT([GNU PSPP], [1.6.0], [bug-gnu-pspp@gnu.org], [pspp]) +AC_INIT([GNU PSPP], [1.6.1], [bug-gnu-pspp@gnu.org], [pspp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_TESTDIR([tests])