diff CMakeLists.txt @ 110:fdd94c241452 OrthancWebViewer-2.0

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Dec 2015 16:55:59 +0100
parents f5b1a9267da0
children 2cec44cc8c45
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Dec 02 16:54:30 2015 +0100
+++ b/CMakeLists.txt	Wed Dec 02 16:55:59 2015 +0100
@@ -20,7 +20,7 @@
 
 project(OrthancWebViewer)
 
-set(ORTHANC_WEBVIEWER_VERSION "mainline")
+set(ORTHANC_WEBVIEWER_VERSION "2.0")
 
 # Parameters of the build
 set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")