From 1cf60614f73e5906f22c6d13f3e62b4325e1f433 Mon Sep 17 00:00:00 2001 From: guigues Date: Tue, 14 Oct 2008 12:59:29 +0000 Subject: [PATCH] *** empty log message *** --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index af5171e..eda72b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ PROJECT(creaImageIO) -SET(PROJECT_MAJOR_VERSION 1) -SET(PROJECT_MINOR_VERSION 0) +SET(PROJECT_MAJOR_VERSION 0) +SET(PROJECT_MINOR_VERSION 2) SET(PROJECT_BUILD_VERSION 0) SET(CREA_VERBOSE_CMAKE TRUE) @@ -42,4 +42,4 @@ ENDIF(WIN32) SUBDIRS(src) SUBDIRS(appli) SUBDIRS(bbtk) - +SUBDIRS(install) -- 2.45.1