Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
darobs committed Jan 31, 2018
1 parent 46e1783 commit ac81937
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v1/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion v1/tools/docs/c/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion v1/tools/release/bump_version/versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"gateway":
{
"core" : "1.0.7"
"core" : "1.0.8"
},
"bindings" :
{
Expand Down

0 comments on commit ac81937

Please sign in to comment.