changeset 100:deab01d8e1c8 OrthancPostgreSQL-3.0

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Jan 2019 17:31:31 +0100
parents e92bc25b818f
children 2c72456028cb 2d9631b3e8c0
files PostgreSQL/CMakeLists.txt PostgreSQL/NEWS
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/PostgreSQL/CMakeLists.txt	Mon Jan 21 17:22:52 2019 +0100
+++ b/PostgreSQL/CMakeLists.txt	Mon Jan 21 17:31:31 2019 +0100
@@ -1,13 +1,13 @@
 cmake_minimum_required(VERSION 2.8)
 project(OrthancPostgreSQL)
 
-set(ORTHANC_PLUGIN_VERSION "mainline")
+set(ORTHANC_PLUGIN_VERSION "3.0")
 
 if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_VERSION "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg")
 else()
-  set(ORTHANC_FRAMEWORK_VERSION "1.4.0")
+  set(ORTHANC_FRAMEWORK_VERSION "1.5.2")
   set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web")
 endif()
 
--- a/PostgreSQL/NEWS	Mon Jan 21 17:22:52 2019 +0100
+++ b/PostgreSQL/NEWS	Mon Jan 21 17:31:31 2019 +0100
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Release 3.0 (2019-01-21)
+========================
+
 * New configuration option: "EnableSsl"
 * Database optimizations by implementing new primitives of Orthanc SDK 1.5.2
 * Fix issue 105 (Unable to connect to PostgreSQL database using SSL)