Mercurial > hg > orthanc-stone
changeset 218:c2f0077bb5b8 am
fix version
author | am@osimis.io |
---|---|
date | Thu, 07 Jun 2018 17:03:47 +0200 |
parents | 1538de8bfe57 |
children | 26e3bfe30e66 |
files | Resources/CMake/Version.cmake |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/CMake/Version.cmake Thu Jun 07 15:23:45 2018 +0200 +++ b/Resources/CMake/Version.cmake Thu Jun 07 17:03:47 2018 +0200 @@ -1,5 +1,5 @@ set(ORTHANC_STONE_VERSION "mainline") add_definitions( - -DORTHANC_STONE_VERSION="${ORTHANC_WSI_VERSION}" + -DORTHANC_STONE_VERSION="${ORTHANC_STONE_VERSION}" )