# HG changeset patch # User Sebastien Jodogne # Date 1549652101 -3600 # Node ID 39b2f29ddf3ce40b8cc6cbb943026e55ebc4364c # Parent de1dbd841e2b3fdb6cf47b1058f38e5bb1258610# Parent 3424a54ca2ee52448369fd249af954d225164e62 integration OrthancPostgreSQL-3.1 to mainline diff -r 3424a54ca2ee -r 39b2f29ddf3c PostgreSQL/CMakeLists.txt --- a/PostgreSQL/CMakeLists.txt Fri Feb 08 19:54:13 2019 +0100 +++ b/PostgreSQL/CMakeLists.txt Fri Feb 08 19:55:01 2019 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPostgreSQL) -set(ORTHANC_PLUGIN_VERSION "3.1") +set(ORTHANC_PLUGIN_VERSION "mainline") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_VERSION "mainline")