diff CMakeLists.txt @ 40:6a455e6a7df4 OrthancWebViewer-1.1

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 Jul 2015 11:39:05 +0200
parents 86299731dc4e
children 6eb4082b3414
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Jul 03 11:37:23 2015 +0200
+++ b/CMakeLists.txt	Fri Jul 03 11:39:05 2015 +0200
@@ -20,7 +20,7 @@
 
 project(OrthancWebViewer)
 
-set(ORTHANC_WEBVIEWER_VERSION "1.0")
+set(ORTHANC_WEBVIEWER_VERSION "1.1")
 
 # Parameters of the build
 set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")