# HG changeset patch # User Sebastien Jodogne # Date 1448631818 -3600 # Node ID 63396b070632774e82f082848e42b1649e0bf12e # Parent 12ce166b33d5257cb91407229bbc1572b084b0b0 fix mainline version diff -r 12ce166b33d5 -r 63396b070632 CMakeLists.txt --- a/CMakeLists.txt Fri Nov 27 14:43:24 2015 +0100 +++ b/CMakeLists.txt Fri Nov 27 14:43:38 2015 +0100 @@ -20,7 +20,7 @@ project(OrthancWebViewer) -set(ORTHANC_WEBVIEWER_VERSION "1.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)")