From 1068b5ea46b5c98638e716556350a75975b5fa65 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Wed, 2 Oct 2019 17:31:48 +0200 Subject: [PATCH] Release 3.0.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e7da5aa70..ea6ff16d23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ endif() #---------------------------------------------------------------------------- project(GDCM - VERSION 3.0.2 + VERSION 3.0.3 LANGUAGES CXX C ) ## NOTE: the "DESCRIPTION" feature of project() was introduced in cmake 3.10.0