Mercurial > hg > orthanc-python
diff CMakeLists.txt @ 71:0fb9f2fb3157 OrthancPython-3.2
OrthancPython-3.2
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 11 Jun 2021 17:09:25 +0200 |
parents | c10386bee2e3 |
children | 38b0a6a1ca56 |
line wrap: on
line diff
--- a/CMakeLists.txt Fri Jun 11 14:54:26 2021 +0200 +++ b/CMakeLists.txt Fri Jun 11 17:09:25 2021 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(OrthancPython) -set(PLUGIN_VERSION "mainline") +set(PLUGIN_VERSION "3.2") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")