From dca132ac3f2a2c8179f1741c58f1592b89ec0fd8 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Tue, 15 Nov 2022 11:34:32 +0100 Subject: [PATCH] Release GDCM 3.0.20 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 279f3caf4..1e4c22e4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ endif() #---------------------------------------------------------------------------- project(GDCM - VERSION 3.0.19 + VERSION 3.0.20 LANGUAGES CXX C ) ## NOTE: the "DESCRIPTION" feature of project() was introduced in cmake 3.10.0