From b569f8c6a3e4ea8ba1381bd2a9fd1e9789fd286f Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Thu, 16 Apr 2020 10:59:24 +0200 Subject: [PATCH] v4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e5033bf..3d1f0ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ ENDIF(BUILD_TESTING) #================================== # The project version -SET(PROJECT_MAJOR_VERSION 3) +SET(PROJECT_MAJOR_VERSION 4) SET(PROJECT_MINOR_VERSION 0) SET(PROJECT_BUILD_VERSION 0) #================================== -- 2.45.1