# HG changeset patch # User Sebastien Jodogne # Date 1585729343 -7200 # Node ID c4c3590e20240049278e0215ae67a3398e34a0fc # Parent 952e969a22409c29092b982dfd62227e92d06a18# Parent 13589c36243dfbdaed6e10fcb6ecf0c6c3ea0db7 back to mainline diff -r 13589c36243d -r c4c3590e2024 CMakeLists.txt --- a/CMakeLists.txt Wed Apr 01 09:45:03 2020 +0200 +++ b/CMakeLists.txt Wed Apr 01 10:22:23 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")