# HG changeset patch # User Sebastien Jodogne # Date 1435916345 -7200 # Node ID 6a455e6a7df41c75484c334e4fae3a87c67c1ae7 # Parent 3d391ae2439c9e2444f4c272581c19961eb7c24e set version diff -r 3d391ae2439c -r 6a455e6a7df4 CMakeLists.txt --- 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)") diff -r 3d391ae2439c -r 6a455e6a7df4 NEWS --- a/NEWS Fri Jul 03 11:37:23 2015 +0200 +++ b/NEWS Fri Jul 03 11:39:05 2015 +0200 @@ -1,6 +1,11 @@ Pending changes in the mainline =============================== + + +Version 1.1 (2015-07-03) +======================== + * Support of Visual Studio 2008 * Support of FreeBSD * Fix issue 29 (support of photometric interpretation YBR_FULL_422)