changeset 1318:6e275e35d01c Orthanc-0.8.6

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Feb 2015 14:47:38 +0100
parents 55b9b6d9f8cc
children 7316546c3513 fef260693d4e
files CMakeLists.txt NEWS OrthancCppClient/SharedLibrary/AUTOGENERATED/ExternC.cpp OrthancCppClient/SharedLibrary/AUTOGENERATED/Windows32.rc OrthancCppClient/SharedLibrary/AUTOGENERATED/Windows64.rc OrthancCppClient/SharedLibrary/Product.json
diffstat 6 files changed, 17 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Feb 12 14:45:43 2015 +0100
+++ b/CMakeLists.txt	Thu Feb 12 14:47:38 2015 +0100
@@ -3,7 +3,7 @@
 project(Orthanc)
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "mainline")
+set(ORTHANC_VERSION "0.8.6")
 
 
 #####################################################################
--- a/NEWS	Thu Feb 12 14:45:43 2015 +0100
+++ b/NEWS	Thu Feb 12 14:47:38 2015 +0100
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 0.8.6 (2015/02/12)
+==========================
+
 Major
 -----
 
--- a/OrthancCppClient/SharedLibrary/AUTOGENERATED/ExternC.cpp	Thu Feb 12 14:45:43 2015 +0100
+++ b/OrthancCppClient/SharedLibrary/AUTOGENERATED/ExternC.cpp	Thu Feb 12 14:47:38 2015 +0100
@@ -1509,12 +1509,12 @@
 
   LAAW_EXPORT_DLL_API const char* LAAW_CALL_CONVENTION LAAW_EXTERNC_GetFileVersion()
   {
-    return "0.8.0.5";
+    return "0.8.0.6";
   }
 
   LAAW_EXPORT_DLL_API const char* LAAW_CALL_CONVENTION LAAW_EXTERNC_GetFullVersion()
   {
-    return "0.8.5";
+    return "0.8.6";
   }
 
   LAAW_EXPORT_DLL_API void LAAW_CALL_CONVENTION LAAW_EXTERNC_FreeString(char* str)
--- a/OrthancCppClient/SharedLibrary/AUTOGENERATED/Windows32.rc	Thu Feb 12 14:45:43 2015 +0100
+++ b/OrthancCppClient/SharedLibrary/AUTOGENERATED/Windows32.rc	Thu Feb 12 14:47:38 2015 +0100
@@ -1,7 +1,7 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
-   FILEVERSION 0,8,0,5
+   FILEVERSION 0,8,0,6
    PRODUCTVERSION 0,8,0,0
    FILEOS VOS_NT_WINDOWS32
    FILETYPE VFT_DLL
@@ -10,13 +10,13 @@
       BEGIN
          BLOCK "040904E4"
          BEGIN
-            VALUE "Comments", "Release 0.8.5"
+            VALUE "Comments", "Release 0.8.6"
             VALUE "CompanyName", "University Hospital of Liege"
             VALUE "FileDescription", "Native client to the REST API of Orthanc"
-            VALUE "FileVersion", "0.8.0.5"
+            VALUE "FileVersion", "0.8.0.6"
             VALUE "InternalName", "OrthancClient"
             VALUE "LegalCopyright", "(c) 2012-2015, Sebastien Jodogne, University Hospital of Liege"
-            VALUE "LegalTrademarks", "Licensing information is available on http://www.orthanc-server.com/"
+            VALUE "LegalTrademarks", "Licensing information is available at http://www.orthanc-server.com/"
             VALUE "OriginalFilename", "OrthancClient_Windows32.dll"
             VALUE "ProductName", "OrthancClient"
             VALUE "ProductVersion", "0.8"
--- a/OrthancCppClient/SharedLibrary/AUTOGENERATED/Windows64.rc	Thu Feb 12 14:45:43 2015 +0100
+++ b/OrthancCppClient/SharedLibrary/AUTOGENERATED/Windows64.rc	Thu Feb 12 14:47:38 2015 +0100
@@ -1,7 +1,7 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
-   FILEVERSION 0,8,0,5
+   FILEVERSION 0,8,0,6
    PRODUCTVERSION 0,8,0,0
    FILEOS VOS_NT_WINDOWS32
    FILETYPE VFT_DLL
@@ -10,13 +10,13 @@
       BEGIN
          BLOCK "040904E4"
          BEGIN
-            VALUE "Comments", "Release 0.8.5"
+            VALUE "Comments", "Release 0.8.6"
             VALUE "CompanyName", "University Hospital of Liege"
             VALUE "FileDescription", "Native client to the REST API of Orthanc"
-            VALUE "FileVersion", "0.8.0.5"
+            VALUE "FileVersion", "0.8.0.6"
             VALUE "InternalName", "OrthancClient"
             VALUE "LegalCopyright", "(c) 2012-2015, Sebastien Jodogne, University Hospital of Liege"
-            VALUE "LegalTrademarks", "Licensing information is available on http://www.orthanc-server.com/"
+            VALUE "LegalTrademarks", "Licensing information is available at http://www.orthanc-server.com/"
             VALUE "OriginalFilename", "OrthancClient_Windows64.dll"
             VALUE "ProductName", "OrthancClient"
             VALUE "ProductVersion", "0.8"
--- a/OrthancCppClient/SharedLibrary/Product.json	Thu Feb 12 14:45:43 2015 +0100
+++ b/OrthancCppClient/SharedLibrary/Product.json	Thu Feb 12 14:47:38 2015 +0100
@@ -3,6 +3,6 @@
   "Description" : "Native client to the REST API of Orthanc",
   "Company" : "University Hospital of Liege",
   "Copyright" : "(c) 2012-2015, Sebastien Jodogne, University Hospital of Liege",
-  "Legal" : "Licensing information is available on http://www.orthanc-server.com/",
-  "Version" : "0.8.5"
+  "Legal" : "Licensing information is available at http://www.orthanc-server.com/",
+  "Version" : "0.8.6"
 }