changeset 113:1dccd526d799

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Dec 2015 17:05:57 +0100
parents 4d36137ffd7a
children 628697fdfcbd
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Dec 02 17:05:45 2015 +0100
+++ b/CMakeLists.txt	Wed Dec 02 17:05:57 2015 +0100
@@ -20,7 +20,7 @@
 
 project(OrthancWebViewer)
 
-set(ORTHANC_WEBVIEWER_VERSION "2.0")
+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)")