Mercurial > hg > orthanc-postgresql
changeset 181:38d4b8ff51ef
fix mainline version
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 20 Apr 2018 14:49:28 +0200 (2018-04-20) |
parents | 2989c6a7adf9 |
children | 2420b0c1c331 |
files | CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Fri Apr 20 14:49:06 2018 +0200 +++ b/CMakeLists.txt Fri Apr 20 14:49:28 2018 +0200 @@ -21,7 +21,7 @@ project(OrthancPostgreSQL) -set(ORTHANC_POSTGRESQL_VERSION "2.1") +set(ORTHANC_POSTGRESQL_VERSION "mainline") if (ORTHANC_POSTGRESQL_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_VERSION "mainline")