From 5012ca424ab5cf8dcf3f8b7a9ef9d86ece835811 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Wed, 14 Sep 2022 09:24:40 +0200 Subject: [PATCH] release 3.0.18 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 232c99b3d..a1f31ab62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ endif() #---------------------------------------------------------------------------- project(GDCM - VERSION 3.0.17 + VERSION 3.0.18 LANGUAGES CXX C ) ## NOTE: the "DESCRIPTION" feature of project() was introduced in cmake 3.10.0