# HG changeset patch # User Sebastien Jodogne # Date 1449072357 -3600 # Node ID 1dccd526d799520ad289ac6fb67fe8270e9b56ea # Parent 4d36137ffd7a127f3efd12ff5badd0d950149b45 fix mainline version diff -r 4d36137ffd7a -r 1dccd526d799 CMakeLists.txt --- a/CMakeLists.txt Wed Dec 02 17:05:45 2015 +0100 +++ b/CMakeLists.txt Wed Dec 02 17:05:57 2015 +0100 @@ -20,7 +20,7 @@ project(OrthancWebViewer) -set(ORTHANC_WEBVIEWER_VERSION "2.0") +set(ORTHANC_WEBVIEWER_VERSION "mainline") # Parameters of the build set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")