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

Commit fc22b4f

Browse files
committed
Bump versions for release 2017-09-14
1 parent 58b82bf commit fc22b4f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
cmake_minimum_required(VERSION 2.8.12)
55
project(azure_iot_gateway_sdk)
66

7-
set(GATEWAY_VERSION 1.0.6 CACHE INTERNAL "")
7+
set(GATEWAY_VERSION 1.0.7 CACHE INTERNAL "")
88
set(COMPANY_NAME "Microsoft")
99
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
1010

tools/docs/c/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Microsoft Azure IoT Gateway SDK"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.0.6
41+
PROJECT_NUMBER = 1.0.7
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

tools/release/bump_version/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"gateway":
33
{
4-
"core" : "1.0.6"
4+
"core" : "1.0.7"
55
},
66
"bindings" :
77
{

0 commit comments

Comments
 (0)