diff CMakeLists.txt @ 62:620b58743b87 OrthancWebViewer-1.2

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 02 Aug 2015 15:29:23 +0200
parents 902dedf9882a
children 03a09c575ba8
line wrap: on
line diff
--- a/CMakeLists.txt	Sun Aug 02 15:27:32 2015 +0200
+++ b/CMakeLists.txt	Sun Aug 02 15:29:23 2015 +0200
@@ -20,7 +20,7 @@
 
 project(OrthancWebViewer)
 
-set(ORTHANC_WEBVIEWER_VERSION "mainline")
+set(ORTHANC_WEBVIEWER_VERSION "1.2")
 
 # Parameters of the build
 set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")