# HG changeset patch # User Sebastien Jodogne # Date 1435916399 -7200 # Node ID 6eb4082b3414df300d27aa96bd22bdd20b0c5845 # Parent 3ff8e75ab87c7f8b9eb04f86efca6dd07041ccb2 fix mainline version diff -r 3ff8e75ab87c -r 6eb4082b3414 CMakeLists.txt --- a/CMakeLists.txt Fri Jul 03 11:39:47 2015 +0200 +++ b/CMakeLists.txt Fri Jul 03 11:39:59 2015 +0200 @@ -20,7 +20,7 @@ project(OrthancWebViewer) -set(ORTHANC_WEBVIEWER_VERSION "1.1") +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)")