Mercurial > hg > orthanc-python
changeset 15:c4c3590e2024
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 01 Apr 2020 10:22:23 +0200 |
parents | 952e969a2240 (diff) 13589c36243d (current diff) |
children | 3848f5b1d993 |
files | CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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")