From b83f6e7bfba7ffee72ea3a79d0fe8fd3421b72ff Mon Sep 17 00:00:00 2001 From: Attila Krasznahorkay <30694331+krasznaa@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:12:46 +0100 Subject: [PATCH] Update project to version 1.4.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c407b6e6..a3b76fab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ # Set up the project. cmake_minimum_required( VERSION 3.10 ) -project( vecmem VERSION 1.3.0 LANGUAGES CXX ) +project( vecmem VERSION 1.4.0 LANGUAGES CXX ) # Standard CMake include(s). include( GNUInstallDirs )