Skip to content

Commit

Permalink
Bump version and submodule update for release_2017_04_24
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoltan Varga committed Apr 24, 2017
1 parent 3497498 commit adfa714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c
Submodule c updated 42 files
+1 −1 CMakeLists.txt
+1 −1 build_all/arduino_cc/base-libraries/AzureIoTHub/library.properties
+1 −1 build_all/arduino_cc/base-libraries/AzureIoTProtocol_HTTP/library.properties
+1 −1 build_all/arduino_cc/base-libraries/AzureIoTProtocol_MQTT/library.properties
+1 −1 build_all/arduino_cc/base-libraries/AzureIoTUtility/library.properties
+1 −1 build_all/docs/Doxyfile
+1 −1 build_all/packaging/linux/debian/changelog-trusty
+1 −1 build_all/packaging/linux/debian/changelog-vivid
+1 −1 build_all/packaging/linux/debian/changelog-xenial
+4 −4 build_all/packaging/windows/Microsoft.Azure.IoTHub.AmqpTransport.nuspec
+3 −3 build_all/packaging/windows/Microsoft.Azure.IoTHub.HttpTransport.nuspec
+2 −2 build_all/packaging/windows/Microsoft.Azure.IoTHub.IoTHubClient.nuspec
+4 −4 build_all/packaging/windows/Microsoft.Azure.IoTHub.MqttTransport.nuspec
+2 −2 build_all/packaging/windows/Microsoft.Azure.IoTHub.Serializer.nuspec
+1 −1 c-utility
+1 −1 iothub_client/inc/iothub_client_version.h
+8 −8 iothub_client/samples/iothub_client_sample_amqp/windows/iothub_client_sample_amqp.vcxproj
+4 −4 iothub_client/samples/iothub_client_sample_amqp/windows/packages.config
+6 −6 iothub_client/samples/iothub_client_sample_http/windows/iothub_client_sample_http.vcxproj
+3 −3 iothub_client/samples/iothub_client_sample_http/windows/packages.config
+6 −6 iothub_client/samples/iothub_client_sample_http_shared/windows/iothub_client_sample_http.vcxproj
+3 −3 iothub_client/samples/iothub_client_sample_http_shared/windows/packages.config
+8 −8 iothub_client/samples/iothub_client_sample_mqtt/windows/iothub_client_sample_mqtt.vcxproj
+4 −4 iothub_client/samples/iothub_client_sample_mqtt/windows/packages.config
+6 −6 iothub_client/samples/iothub_client_sample_upload_to_blob/windows/iothub_client_sample_http.vcxproj
+3 −3 iothub_client/samples/iothub_client_sample_upload_to_blob/windows/packages.config
+6 −6 iothub_client/samples/iothub_client_sample_x509/windows/iothub_client_sample_x509.vcxproj
+3 −3 iothub_client/samples/iothub_client_sample_x509/windows/packages.config
+1 −1 iothub_client/tests/iothubclient_ll_u2b_ut/iothub_client_ll_u2b_ut.c
+1 −1 iothub_client/tests/version_ut/version_ut.c
+5 −5 serializer/samples/remote_monitoring/windows/packages.config
+10 −10 serializer/samples/remote_monitoring/windows/remote_monitoring.vcxproj
+5 −5 serializer/samples/simplesample_amqp/windows/packages.config
+10 −10 serializer/samples/simplesample_amqp/windows/simplesample_amqp.vcxproj
+4 −4 serializer/samples/simplesample_http/windows/packages.config
+8 −8 serializer/samples/simplesample_http/windows/simplesample_http.vcxproj
+5 −5 serializer/samples/simplesample_mqtt/windows/packages.config
+10 −10 serializer/samples/simplesample_mqtt/windows/simplesample_mqtt.vcxproj
+4 −4 serializer/samples/temp_sensor_anomaly/windows/packages.config
+8 −8 serializer/samples/temp_sensor_anomaly/windows/temp_sensor_anomaly.vcxproj
+1 −1 uamqp
+1 −1 umqtt
2 changes: 1 addition & 1 deletion service/src/iothub_service_client_python.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#define IMPORT_NAME iothub_service_client
#endif

#define IOTHUB_PYTHON_SERVICE_SDK_VERSION "5"
#define IOTHUB_PYTHON_SERVICE_SDK_VERSION "6"
#define VERSION_STRING IOTHUB_SERVICE_CLIENT_VERSION "." IOTHUB_PYTHON_SERVICE_SDK_VERSION

#if PY_MAJOR_VERSION >= 3
Expand Down

0 comments on commit adfa714

Please sign in to comment.