changeset 91:569373c392dc

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Dec 2015 16:08:00 +0100
parents 2a32f1b034f7 (current diff) 56dbbd7f5f78 (diff)
children d0b6119ec220
files
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Dec 02 15:28:59 2015 +0100
+++ b/CMakeLists.txt	Wed Dec 02 16:08:00 2015 +0100
@@ -20,7 +20,7 @@
 
 project(OrthancPostgreSQL)
 
-set(ORTHANC_POSTGRESQL_VERSION "mainline")
+set(ORTHANC_POSTGRESQL_VERSION "2.0")
 
 
 # Parameters of the build
@@ -57,7 +57,7 @@
 
 
 if (STATIC_BUILD OR NOT USE_SYSTEM_ORTHANC_SDK)
-  include_directories(${ORTHANC_ROOT}/Sdk-0.9.4)
+  include_directories(${ORTHANC_ROOT}/Sdk-0.9.5)
 else ()
   CHECK_INCLUDE_FILE_CXX(orthanc/OrthancCppDatabasePlugin.h HAVE_ORTHANC_H)
   if (NOT HAVE_ORTHANC_H)
--- a/NEWS	Wed Dec 02 15:28:59 2015 +0100
+++ b/NEWS	Wed Dec 02 16:08:00 2015 +0100
@@ -1,10 +1,14 @@
 Pending changes in the mainline
 ===============================
 
+
+Release 2.0 (2015/12/02)
+========================
+
 => Minimum SDK version: 0.9.5 <=
 => Supported database versions: 5 (upgrade only) and 6 <=
 
-* Support version 6 of the database schema (for Orthanc >= 0.9.5)
+* Support version 6 of the database schema
 * The "value" column of tables "MainDicomTags" and "DicomIdentifiers" are now TEXT instead of BYTEA