From ff65badc60f65b7651d5b2f24eee579a4e242aeb Mon Sep 17 00:00:00 2001 From: "Mauricio A. Rovira Galvez" <8482308+marovira@users.noreply.github.com> Date: Thu, 17 Aug 2023 11:20:40 -0700 Subject: [PATCH] [brief] Increases minor version. [detailed] --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fe8ffe..36b2f3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # Project setup. #================================ cmake_minimum_required(VERSION 3.24) -project(rad VERSION 1.3.0 LANGUAGES CXX) +project(rad VERSION 1.4.0 LANGUAGES CXX) if (APPLE) message(ERROR "RAD does not support Apple platforms.")