From ac819371fd8cd43bac1e403dbc3a7b58a2cc5d6e Mon Sep 17 00:00:00 2001 From: darobs Date: Wed, 31 Jan 2018 13:42:07 -0800 Subject: [PATCH] Bump version for release. --- v1/CMakeLists.txt | 2 +- v1/tools/docs/c/Doxyfile | 2 +- v1/tools/release/bump_version/versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/v1/CMakeLists.txt b/v1/CMakeLists.txt index e30b4d0c..93d484fb 100755 --- a/v1/CMakeLists.txt +++ b/v1/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8.12) project(azure_iot_gateway_sdk) -set(GATEWAY_VERSION 1.0.7 CACHE INTERNAL "") +set(GATEWAY_VERSION 1.0.8 CACHE INTERNAL "") set(COMPANY_NAME "Microsoft") SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) diff --git a/v1/tools/docs/c/Doxyfile b/v1/tools/docs/c/Doxyfile index 303c5ea4..0d16e53a 100644 --- a/v1/tools/docs/c/Doxyfile +++ b/v1/tools/docs/c/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Microsoft Azure IoT Gateway SDK" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.0.7 +PROJECT_NUMBER = 1.0.8 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/v1/tools/release/bump_version/versions.json b/v1/tools/release/bump_version/versions.json index 7330d1e1..d31ae464 100644 --- a/v1/tools/release/bump_version/versions.json +++ b/v1/tools/release/bump_version/versions.json @@ -1,7 +1,7 @@ { "gateway": { - "core" : "1.0.7" + "core" : "1.0.8" }, "bindings" : {