Update version to 0.3.32.dev

This commit is contained in:
Martin Kroeker
2026-03-24 00:01:33 +01:00
committed by GitHub
parent 821242ed9d
commit d511552e64

View File

@@ -9,7 +9,7 @@ project(OpenBLAS C ASM)
set(OpenBLAS_MAJOR_VERSION 0)
set(OpenBLAS_MINOR_VERSION 3)
set(OpenBLAS_PATCH_VERSION 32)
set(OpenBLAS_PATCH_VERSION 32.dev)
set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${OpenBLAS_PATCH_VERSION}")