# HG changeset patch # User Sebastien Jodogne # Date 1585730616 -7200 # Node ID 3848f5b1d993de043a5392eed163416b39730bda # Parent c4c3590e20240049278e0215ae67a3398e34a0fc# Parent 777b677cc9fc9beea6209477cc66b289fc577d14 integration 1.0->mainline diff -r 777b677cc9fc -r 3848f5b1d993 CMakeLists.txt --- a/CMakeLists.txt Wed Apr 01 10:43:11 2020 +0200 +++ b/CMakeLists.txt Wed Apr 01 10:43:36 2020 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPython) -set(PLUGIN_VERSION "1.0") +set(PLUGIN_VERSION "mainline") set(PYTHON_VERSION "3.6" CACHE STRING "Version of Python to be used")