From 09dbc5dc3ff0f5feb11e22620f8bda570cf42648 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Wed, 19 Jun 2013 18:53:57 +0200 Subject: [PATCH] Change version 2.2.0 (with creaTPL3.1.1 creaTPdlls3.1.1 ) to version 2.3.0 (with creaTPL3.2.0 creaTPdlls3.2.0) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 846cb87..bbfe876 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# --------------------------------------------------------------------- +# --------------------------------------------------------------------- # # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image # pour la Santé) @@ -30,7 +30,7 @@ PROJECT(CreaTools) #================================== # The project version SET(PROJECT_MAJOR_VERSION 2) -SET(PROJECT_MINOR_VERSION 2) +SET(PROJECT_MINOR_VERSION 3) SET(PROJECT_BUILD_VERSION 0) #================================== -- 2.45.0