# HG changeset patch # User Sebastien Jodogne # Date 1449751707 -3600 # Node ID d649f07c1289b5bf8a289e514ec43ca8fcfd223c # Parent 52d939c1a760d7294e1e2b65b790926c9e6e8608 fix mainline version diff -r 52d939c1a760 -r d649f07c1289 CMakeLists.txt --- a/CMakeLists.txt Thu Dec 10 13:48:16 2015 +0100 +++ b/CMakeLists.txt Thu Dec 10 13:48:27 2015 +0100 @@ -20,7 +20,7 @@ project(OrthancWebViewer) -set(ORTHANC_WEBVIEWER_VERSION "2.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)")