From 9b4dcc3ccafcfc514aa5ea2a39e537a68f96d389 Mon Sep 17 00:00:00 2001 From: calderans Date: Wed, 4 Feb 2026 15:25:30 +0100 Subject: [PATCH] version 1.4.4 --- cmake/version.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/version.cmake b/cmake/version.cmake index c69a911d..dddbed07 100644 --- a/cmake/version.cmake +++ b/cmake/version.cmake @@ -4,7 +4,7 @@ set (GMDS_MAJOR_VERSION "1") set (GMDS_MINOR_VERSION "4") -set (GMDS_RELEASE_VERSION "3") +set (GMDS_RELEASE_VERSION "4") set (GMDS_VERSION ${GMDS_MAJOR_VERSION}.${GMDS_MINOR_VERSION}.${GMDS_RELEASE_VERSION})