diff CMakeLists.txt @ 113:1dccd526d799

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Dec 2015 17:05:57 +0100
parents 2cec44cc8c45
children b4e983e83dff
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)")