From ceacc565098e62215d11e04dbb672995927a3efd Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Mon, 26 Sep 2022 08:29:46 +0200 Subject: [PATCH] Release GDCM 3.0.19 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a1f31ab62..279f3caf4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ endif() #---------------------------------------------------------------------------- project(GDCM - VERSION 3.0.18 + VERSION 3.0.19 LANGUAGES CXX C ) ## NOTE: the "DESCRIPTION" feature of project() was introduced in cmake 3.10.0