diff --git a/CMakeLists.txt b/CMakeLists.txt index 555b25ca7..23c99bca9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ endif() project(azure_c_shared_utility) -set(C_SHARED_VERSION 1.0.23) +set(C_SHARED_VERSION 1.0.25) option(run_valgrind "set run_valgrind to ON if tests are to be run under valgrind/helgrind/drd. Default is OFF" OFF) diff --git a/build_all/packaging/linux/debian/changelog-trusty b/build_all/packaging/linux/debian/changelog-trusty index 6e5974365..a05f2636d 100644 --- a/build_all/packaging/linux/debian/changelog-trusty +++ b/build_all/packaging/linux/debian/changelog-trusty @@ -1,4 +1,4 @@ -azure-c-shared-util (0.1.0-9trusty) trusty; urgency=low +azure-c-shared-util (0.1.0-10trusty) trusty; urgency=low * See https://github.com/Azure/azure-iot-sdks/releases for details of the release diff --git a/build_all/packaging/linux/debian/changelog-vivid b/build_all/packaging/linux/debian/changelog-vivid index 49706b2db..a68a1159e 100644 --- a/build_all/packaging/linux/debian/changelog-vivid +++ b/build_all/packaging/linux/debian/changelog-vivid @@ -1,4 +1,4 @@ -azure-c-shared-util (0.1.0-32vivid) vivid; urgency=low +azure-c-shared-util (0.1.0-33vivid) vivid; urgency=low * See https://github.com/Azure/azure-iot-sdks/releases for details of the release diff --git a/build_all/packaging/linux/debian/changelog-xenial b/build_all/packaging/linux/debian/changelog-xenial index 53b46082f..4bde319bc 100644 --- a/build_all/packaging/linux/debian/changelog-xenial +++ b/build_all/packaging/linux/debian/changelog-xenial @@ -1,4 +1,4 @@ -azure-c-shared-util (0.1.0.0-7xenial) xenial; urgency=low +azure-c-shared-util (0.1.0.0-8xenial) xenial; urgency=low * See https://github.com/Azure/azure-iot-sdks/releases for details of the release diff --git a/build_all/packaging/windows/Microsoft.Azure.C.SharedUtility.nuspec b/build_all/packaging/windows/Microsoft.Azure.C.SharedUtility.nuspec index ece4169d3..a8848e361 100644 --- a/build_all/packaging/windows/Microsoft.Azure.C.SharedUtility.nuspec +++ b/build_all/packaging/windows/Microsoft.Azure.C.SharedUtility.nuspec @@ -1,7 +1,7 @@ Microsoft.Azure.C.SharedUtility - 1.0.24 + 1.0.25 Microsoft Azure C Shared Utility Microsoft Corp Azure-IoT diff --git a/tools/mbed_build_scripts/release_mbed_project.cmd b/tools/mbed_build_scripts/release_mbed_project.cmd index 0bae2d4d5..2c96551ff 100644 --- a/tools/mbed_build_scripts/release_mbed_project.cmd +++ b/tools/mbed_build_scripts/release_mbed_project.cmd @@ -7,7 +7,7 @@ @REM %1 Local path to the project to be released. set project_path=%1 -set hg_commit_message="1.1.4" +set hg_commit_message="1.1.5" set project_name_override="" if NOT "%2" equ "" (