changeset 89:999ef12e5e88 OrthancPostgreSQL-2.0

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Dec 2015 15:32:32 +0100
parents 4c722f51e331
children 56dbbd7f5f78
files CMakeLists.txt NEWS
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Dec 02 15:30:02 2015 +0100
+++ b/CMakeLists.txt	Wed Dec 02 15:32:32 2015 +0100
@@ -20,7 +20,7 @@
 
 project(OrthancPostgreSQL)
 
-set(ORTHANC_POSTGRESQL_VERSION "mainline")
+set(ORTHANC_POSTGRESQL_VERSION "2.0")
 
 
 # Parameters of the build
--- a/NEWS	Wed Dec 02 15:30:02 2015 +0100
+++ b/NEWS	Wed Dec 02 15:32:32 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