# HG changeset patch # User Sebastien Jodogne # Date 1561553029 -7200 # Node ID e7ea54d8c16c5782882dcfb3522863b0e941dc98 # Parent 2514880d4f0b0f020d998cf2ded6f3b09eca460e OrthancGoogleCloudPlatform-1.0 diff -r 2514880d4f0b -r e7ea54d8c16c CMakeLists.txt --- a/CMakeLists.txt Wed Jun 26 14:09:30 2019 +0200 +++ b/CMakeLists.txt Wed Jun 26 14:43:49 2019 +0200 @@ -2,7 +2,7 @@ project(GoogleCloudPlatform) -set(GCP_PLUGIN_VERSION "mainline") +set(GCP_PLUGIN_VERSION "1.0") if (GCP_PLUGIN_VERSION STREQUAL "mainline") if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows") diff -r 2514880d4f0b -r e7ea54d8c16c NEWS --- a/NEWS Wed Jun 26 14:09:30 2019 +0200 +++ b/NEWS Wed Jun 26 14:43:49 2019 +0200 @@ -2,6 +2,14 @@ =============================== +Version 1.0 (2019-06-26) +======================== + +=> Minimum SDK version: 1.0.0 <= + +* First official release + + 2019-06-13 ==========