Mercurial > hg > orthanc-python
diff CMakeLists.txt @ 54:0dbc1360e829 OrthancPython-3.0
OrthancPython-3.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 09 Dec 2020 17:30:15 +0100 |
parents | 70abe3ebbbfc |
children | 434b46538b08 |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Dec 09 17:00:51 2020 +0100 +++ b/CMakeLists.txt Wed Dec 09 17:30:15 2020 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPython) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "3.0") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")