# HG changeset patch # User Sebastien Jodogne # Date 1449066752 -3600 # Node ID 999ef12e5e88596288abb82ced86b477fa14dc6d # Parent 4c722f51e33109006c09dffe82455570e9f64991 set version diff -r 4c722f51e331 -r 999ef12e5e88 CMakeLists.txt --- 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 diff -r 4c722f51e331 -r 999ef12e5e88 NEWS --- 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