Skip to content

Commit

Permalink
Merged PR 924920: Roll to 1.0.0
Browse files Browse the repository at this point in the history
Roll to 1.0.0
  • Loading branch information
myagley committed Jun 27, 2018
1 parent 4aef01c commit 52ef77d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion edge-bootstrap/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.0.0rc1',
version='1.0.0',
description='Azure IoT Edge Runtime Control',
long_description=LONG_DESCRIPTION,
url='https://github.com/azure/iot-edge',
Expand Down
4 changes: 2 additions & 2 deletions edgelet/hsm-sys/azure-iot-hsm-c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

cmake_minimum_required(VERSION 2.8.11)
project(iothsm)
set (iothsm_VERSION_MAJOR 0)
set (iothsm_VERSION_MINOR 1)
set (iothsm_VERSION_MAJOR 1)
set (iothsm_VERSION_MINOR 0)
set (iothsm_VERSION_PATCH 0)

#Use solution folders.
Expand Down
2 changes: 1 addition & 1 deletion versionInfo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version" : "1.0.0-rc1",
"version" : "1.0.0",
"build" : "BUILDNUMBER",
"commit" : "COMMITID"
}

0 comments on commit 52ef77d

Please sign in to comment.