# HG changeset patch # User Sebastien Jodogne # Date 1500468839 -7200 # Node ID e5ac1fd6cf7d63fdd22bf811d0b89fc45e7973dd # Parent 273c3e109948ac35f556f24bb401d3d0309d1272 fix mainline version diff -r 273c3e109948 -r e5ac1fd6cf7d CMakeLists.txt --- a/CMakeLists.txt Wed Jul 19 14:53:46 2017 +0200 +++ b/CMakeLists.txt Wed Jul 19 14:53:59 2017 +0200 @@ -21,7 +21,7 @@ project(OrthancWebViewer) -set(ORTHANC_WEBVIEWER_VERSION "2.3") +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)")