From e79850acbdf7489f29e47c9e3a73d134ed233242 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Tue, 9 Jul 2019 13:17:36 +0100 Subject: [PATCH] Update version in configure. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7b4e1370..d89ba886 100755 --- a/configure.ac +++ b/configure.ac @@ -36,11 +36,11 @@ dnl NOTE : There is no cross compilation support. ############################################################################### # NOTE: the literal for version (the second argument to AC_INIT should be a literal!) -AC_INIT([PSBLAS],3.5, [https://github.com/sfilippone/psblas3/issues]) +AC_INIT([PSBLAS],3.6, [https://github.com/sfilippone/psblas3/issues]) # VERSION is the file containing the PSBLAS version code # FIXME -psblas_cv_version="3.5" +psblas_cv_version="3.6" # A sample source file AC_CONFIG_SRCDIR([base/modules/psb_base_mod.f90])