From 0e9a01eed8c26c5b66cf7d721d9369b347791ec6 Mon Sep 17 00:00:00 2001 From: "k.ido" <13773226+k-ido@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:35:57 +0900 Subject: [PATCH] update version --- src/mVMC/include/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mVMC/include/version.h b/src/mVMC/include/version.h index 2a7f91d0..79ea93a5 100644 --- a/src/mVMC/include/version.h +++ b/src/mVMC/include/version.h @@ -28,8 +28,8 @@ along with this program. If not, see http://www.gnu.org/licenses/. /* Semantic Versioning http://semver.org */ /* ..- */ #define VERSION_MAJOR 1 -#define VERSION_MINOR 2 -#define VERSION_PATCH 1 +#define VERSION_MINOR 3 +#define VERSION_PATCH 0 #define VERSION_PRERELEASE "" /* "alpha", "beta.1", etc. */