# HG changeset patch # User Sebastien Jodogne # Date 1531754698 -7200 # Node ID 199af032e6e75000739258be3633b2a69a74701c # Parent bde7f48dce411eab7673c9df9c62ce731286ee49 fix mainline version diff -r bde7f48dce41 -r 199af032e6e7 PostgreSQL/CMakeLists.txt --- a/PostgreSQL/CMakeLists.txt Mon Jul 16 17:23:53 2018 +0200 +++ b/PostgreSQL/CMakeLists.txt Mon Jul 16 17:24:58 2018 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPostgreSQL) -set(ORTHANC_PLUGIN_VERSION "2.2") +set(ORTHANC_PLUGIN_VERSION "mainline") if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_VERSION "mainline")