Mercurial > hg > orthanc-python
changeset 17:3848f5b1d993
integration 1.0->mainline
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Wed, 01 Apr 2020 10:43:36 +0200 |
| parents | c4c3590e2024 (diff) 777b677cc9fc (current diff) |
| children | 2ec8e4cb93d3 |
| files | CMakeLists.txt |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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")
