diff CMakeLists.txt @ 64:03a09c575ba8

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 02 Aug 2015 15:30:06 +0200
parents 620b58743b87
children 78aa0a355d3a
line wrap: on
line diff
--- a/CMakeLists.txt	Sun Aug 02 15:29:51 2015 +0200
+++ b/CMakeLists.txt	Sun Aug 02 15:30:06 2015 +0200
@@ -20,7 +20,7 @@
 
 project(OrthancWebViewer)
 
-set(ORTHANC_WEBVIEWER_VERSION "1.2")
+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)")