# Fix internal version numbering for lapack-3.12.1 only.
# https://github.com/Reference-LAPACK/lapack/issues/1103

--- CMakeLists.txt.orig	2024-12-03 04:39:11
+++ CMakeLists.txt	2025-02-05 14:15:43
@@ -4,7 +4,7 @@
 
 set(LAPACK_MAJOR_VERSION 3)
 set(LAPACK_MINOR_VERSION 12)
-set(LAPACK_PATCH_VERSION 0)
+set(LAPACK_PATCH_VERSION 1)
 set(
   LAPACK_VERSION
   ${LAPACK_MAJOR_VERSION}.${LAPACK_MINOR_VERSION}.${LAPACK_PATCH_VERSION}

--- INSTALL/ilaver.f.orig	2024-12-03 04:39:11
+++ INSTALL/ilaver.f	2025-02-05 14:15:53
@@ -59,7 +59,7 @@
 *  =====================================================================
       VERS_MAJOR = 3
       VERS_MINOR = 12
-      VERS_PATCH = 0
+      VERS_PATCH = 1
 *  =====================================================================
 *
       RETURN
