# HG changeset patch # User Sebastien Jodogne # Date 1548088490 -3600 # Node ID 905bd21eb327b55945791afe4b4f96a0422fa26d # Parent 2c72456028cbfcd40fdc47c0bb7835a44f055380 fix mainline version diff -r 2c72456028cb -r 905bd21eb327 PostgreSQL/CMakeLists.txt --- a/PostgreSQL/CMakeLists.txt Mon Jan 21 17:34:36 2019 +0100 +++ b/PostgreSQL/CMakeLists.txt Mon Jan 21 17:34:50 2019 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPostgreSQL) -set(ORTHANC_PLUGIN_VERSION "3.0") +set(ORTHANC_PLUGIN_VERSION "mainline") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_VERSION "mainline")