Mercurial > hg > orthanc-python
changeset 20:5466d9340fc7
merge
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 01 Apr 2020 11:01:20 +0200 |
parents | 2ec8e4cb93d3 (diff) 0977f5152861 (current diff) |
children | 67f48fc2fd69 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Apr 01 11:01:07 2020 +0200 +++ b/CMakeLists.txt Wed Apr 01 11:01:20 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")