From 02bf24efa3183c5c029c374582987f225c8059d3 Mon Sep 17 00:00:00 2001 From: sfilippone Date: Mon, 24 Feb 2025 09:17:37 +0100 Subject: [PATCH] Fix version in configure --- configure | 22 +++++++++++----------- configure.ac | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/configure b/configure index 5ce85c96..baae65e6 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for AMG4PSBLAS 1.1.0. +# Generated by GNU Autoconf 2.71 for AMG4PSBLAS 1.2.0. # # Report bugs to . # @@ -611,8 +611,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='AMG4PSBLAS' PACKAGE_TARNAME='amg4psblas' -PACKAGE_VERSION='1.1.0' -PACKAGE_STRING='AMG4PSBLAS 1.1.0' +PACKAGE_VERSION='1.2.0' +PACKAGE_STRING='AMG4PSBLAS 1.2.0' PACKAGE_BUGREPORT='https://github.com/sfilippone/amg4psblas/issues' PACKAGE_URL='' @@ -1387,7 +1387,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures AMG4PSBLAS 1.1.0 to adapt to many kinds of systems. +\`configure' configures AMG4PSBLAS 1.2.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1454,7 +1454,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of AMG4PSBLAS 1.1.0:";; + short | recursive ) echo "Configuration of AMG4PSBLAS 1.2.0:";; esac cat <<\_ACEOF @@ -1630,7 +1630,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -AMG4PSBLAS configure 1.1.0 +AMG4PSBLAS configure 1.2.0 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2314,7 +2314,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by AMG4PSBLAS $as_me 1.1.0, which was +It was created by AMG4PSBLAS $as_me 1.2.0, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3288,7 +3288,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu # VERSION is the file containing the PSBLAS version code # FIXME -amg4psblas_cv_version="1.1.0" +amg4psblas_cv_version="1.2.0" # A sample source file @@ -3914,7 +3914,7 @@ fi # Define the identity of the package. PACKAGE='amg4psblas' - VERSION='1.1.0' + VERSION='1.2.0' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -11441,7 +11441,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by AMG4PSBLAS $as_me 1.1.0, which was +This file was extended by AMG4PSBLAS $as_me 1.2.0, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -11500,7 +11500,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -AMG4PSBLAS config.status 1.1.0 +AMG4PSBLAS config.status 1.2.0 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 39380cce..e523070b 100755 --- a/configure.ac +++ b/configure.ac @@ -34,11 +34,11 @@ dnl NOTE : odd configurations like ifc + gcc still await in the mist of the unkn ############################################################################### # NOTE: the literal for version (the second argument to AC_INIT should be a literal!) -AC_INIT([AMG4PSBLAS],1.1.0, [https://github.com/sfilippone/amg4psblas/issues]) +AC_INIT([AMG4PSBLAS],1.2.0, [https://github.com/sfilippone/amg4psblas/issues]) # VERSION is the file containing the PSBLAS version code # FIXME -amg4psblas_cv_version="1.1.0" +amg4psblas_cv_version="1.2.0" # A sample source file AC_CONFIG_SRCDIR([amgprec/amg_prec_type.f90])