From 225654044e17884013e08e7b15328a7f123d06fc Mon Sep 17 00:00:00 2001 From: Eduardo Enrique Davila Serrano Date: Mon, 25 May 2026 12:02:37 +0200 Subject: [PATCH] v5 to v6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 00a7d6b..0f814da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ ENDIF(BUILD_TESTING) #================================== # The project version -SET(PROJECT_MAJOR_VERSION 5) +SET(PROJECT_MAJOR_VERSION 6) SET(PROJECT_MINOR_VERSION 0) SET(PROJECT_BUILD_VERSION 0) #================================== -- 2.54.0