# HG changeset patch # User Sebastien Jodogne # Date 1435916387 -7200 # Node ID 3ff8e75ab87c7f8b9eb04f86efca6dd07041ccb2 # Parent fec65ef2c7e94e9fba2259afebf1cf7331e747c9# Parent 6a455e6a7df41c75484c334e4fae3a87c67c1ae7 back to mainline diff -r fec65ef2c7e9 -r 3ff8e75ab87c CMakeLists.txt --- a/CMakeLists.txt Fri Jul 03 10:45:51 2015 +0200 +++ b/CMakeLists.txt Fri Jul 03 11:39:47 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 fec65ef2c7e9 -r 3ff8e75ab87c NEWS --- a/NEWS Fri Jul 03 10:45:51 2015 +0200 +++ b/NEWS Fri Jul 03 11:39:47 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)