# HG changeset patch # User Sebastien Jodogne # Date 1467104843 -7200 # Node ID fec07e613b24415f806bd9bb339b11ec37a07b4b # Parent cba2a83bd19824ca8551cd8549c3fd6d6ffc1971 fix mainline version diff -r cba2a83bd198 -r fec07e613b24 CMakeLists.txt --- a/CMakeLists.txt Tue Jun 28 11:07:09 2016 +0200 +++ b/CMakeLists.txt Tue Jun 28 11:07:23 2016 +0200 @@ -20,7 +20,7 @@ project(OrthancWebViewer) -set(ORTHANC_WEBVIEWER_VERSION "2.2") +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)")