From bcf1f5a36cc01c451df3f09230a6bd0e602b8091 Mon Sep 17 00:00:00 2001 From: Attila Krasznahorkay <30694331+krasznaa@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:59:07 +0200 Subject: [PATCH] Updated the project version to 0.21.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e3096af2..ca079408 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ # Set up the project. cmake_minimum_required( VERSION 3.10 ) -project( vecmem VERSION 0.20.0 LANGUAGES CXX ) +project( vecmem VERSION 0.21.0 LANGUAGES CXX ) # Standard CMake include(s). include( GNUInstallDirs )