diff --git a/configure b/configure
index eb37d91e..6e0b95d5 100755
--- a/configure
+++ b/configure
@@ -8070,8 +8070,8 @@ if test "x$pac_cv_psblas_patchlevel" == "xunknown"; then
as_fn_error $? "PSBLAS patchlevel \"$pac_cv_psblas_patchlevel\"." "$LINENO" 5
fi
if (( $pac_cv_psblas_major < 3 )) ||
- ( (( $pac_cv_psblas_major == 3 )) && (( $pac_cv_psblas_minor < 8 ))) ; then
- as_fn_error $? "I need at least PSBLAS version 3.8.0" "$LINENO" 5
+ ( (( $pac_cv_psblas_major == 3 )) && (( $pac_cv_psblas_minor < 9 ))) ; then
+ as_fn_error $? "I need at least PSBLAS version 3.9.0" "$LINENO" 5
else
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: Am configuring with PSBLAS version $pac_cv_psblas_major.$pac_cv_psblas_minor.$pac_cv_psblas_patchlevel." >&5
printf "%s\n" "$as_me: Am configuring with PSBLAS version $pac_cv_psblas_major.$pac_cv_psblas_minor.$pac_cv_psblas_patchlevel." >&6;}
diff --git a/configure.ac b/configure.ac
index 19817452..58d42749 100755
--- a/configure.ac
+++ b/configure.ac
@@ -587,8 +587,8 @@ if test "x$pac_cv_psblas_patchlevel" == "xunknown"; then
AC_MSG_ERROR([PSBLAS patchlevel "$pac_cv_psblas_patchlevel".])
fi
if (( $pac_cv_psblas_major < 3 )) ||
- ( (( $pac_cv_psblas_major == 3 )) && (( $pac_cv_psblas_minor < 8 ))) ; then
- AC_MSG_ERROR([I need at least PSBLAS version 3.8.0])
+ ( (( $pac_cv_psblas_major == 3 )) && (( $pac_cv_psblas_minor < 9 ))) ; then
+ AC_MSG_ERROR([I need at least PSBLAS version 3.9.0])
else
AC_MSG_NOTICE([Am configuring with PSBLAS version $pac_cv_psblas_major.$pac_cv_psblas_minor.$pac_cv_psblas_patchlevel.])
fi
diff --git a/docs/amg4psblas_1.2-guide.pdf b/docs/amg4psblas_1.2-guide.pdf
index 678597b3..6cead832 100644
Binary files a/docs/amg4psblas_1.2-guide.pdf and b/docs/amg4psblas_1.2-guide.pdf differ
diff --git a/docs/html/index.html b/docs/html/index.html
index 7ba2c4c5..05e3ea7c 100644
--- a/docs/html/index.html
+++ b/docs/html/index.html
@@ -31,7 +31,7 @@ class="cmr-12">University of Rome Tor-Vergata and IAC-CNR
Software version: 1.2
June 9th, 2025
+class="cmr-12">December 31st, 2025
diff --git a/docs/html/userhtml.html b/docs/html/userhtml.html
index 7ba2c4c5..05e3ea7c 100644
--- a/docs/html/userhtml.html
+++ b/docs/html/userhtml.html
@@ -31,7 +31,7 @@ class="cmr-12">University of Rome Tor-Vergata and IAC-CNR
Software version: 1.2
June 9th, 2025
+class="cmr-12">December 31st, 2025
diff --git a/docs/html/userhtmlse3.html b/docs/html/userhtmlse3.html
index 837f2426..b3129fee 100644
--- a/docs/html/userhtmlse3.html
+++ b/docs/html/userhtmlse3.html
@@ -189,7 +189,7 @@ href="https://psctoolkit.github.io/products/psblas/" >psctoolkit.github.io/ products/psblas/; version
3.7.0 (or later) is required. Indeed, all the prerequisites listed so far are also
+class="cmr-12">3.9.0 (or later) is required. Indeed, all the prerequisites listed so far are also
prerequisites of PSBLAS.