configure: Increase version number to 1.6.1.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 18 Jun 2022 23:30:03 +0000 (16:30 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 18 Jun 2022 23:38:44 +0000 (16:38 -0700)
configure.ac

index 6b8ef74edb490385992445928f7343eaa3b29ba8..805ee52b488dba4837c0bb2abc7423585045b094 100644 (file)
@@ -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])