diff CMakeLists.txt @ 139:fec07e613b24

fix mainline version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 Jun 2016 11:07:23 +0200
parents 0a3d234f6106
children 16f8471e3872
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Jun 28 11:07:09 2016 +0200
+++ b/CMakeLists.txt	Tue Jun 28 11:07:23 2016 +0200
@@ -20,7 +20,7 @@
 
 project(OrthancWebViewer)
 
-set(ORTHANC_WEBVIEWER_VERSION "2.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)")