From fd7733cb8477c439b281ddb39940525e9fd55c2e Mon Sep 17 00:00:00 2001 From: Antonio Leblanc Date: Tue, 11 Aug 2026 02:05:38 -0300 Subject: [PATCH] chore: bump version to v2.5.0 Tag v2.4.2 already existed (manual tag by Filippi for the JOSS/MesoNH sync), ahead of Version.h's v2.3.0. Bumping to v2.5.0 to mark the pip-installable wheels release and keep Version.h, the git tag, and the PyPI version in sync going forward. Co-Authored-By: Claude Sonnet 5 --- src/include/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/Version.h b/src/include/Version.h index cdbe3b4..658719b 100644 --- a/src/include/Version.h +++ b/src/include/Version.h @@ -1,3 +1,3 @@ #pragma once -const char* ff_version = "v2.3.0"; +const char* ff_version = "v2.5.0";