Skip to content

Commit

Permalink
[README.txt] update version number to be V2.2.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Yang, Xiao <[email protected]>
  • Loading branch information
Yang, Xiao committed Sep 21, 2018
1 parent c976eff commit c3a36fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
阿里云IoT嵌入式 C Link Kit SDK v2.2.1 说明
阿里云IoT嵌入式 C Link Kit SDK v2.2.1.1 说明

1. 用途

Expand Down
2 changes: 1 addition & 1 deletion include/iot_export.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ typedef enum IOTX_CLOUD_DOMAIN_TYPES {
#define DEVICE_SECRET_LEN (64)
#define PRODUCT_SECRET_LEN (64)

#define LINKKIT_VERSION "2.2.1"
#define LINKKIT_VERSION "2.2.1.1"
#define MODULE_VENDOR_ID (32) /* Partner ID */

#define HOST_ADDRESS_LEN (128)
Expand Down
2 changes: 1 addition & 1 deletion project.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ FINAL_DIR := $(DIST_DIR)/release

# Settings of project info
PRJ_NAME := iotkit-embedded
PRJ_VERSION := V2.2.1
PRJ_VERSION := V2.2.1.1
4 changes: 2 additions & 2 deletions src/services/linkkit/dm/dm_message.c
Original file line number Diff line number Diff line change
Expand Up @@ -1738,7 +1738,7 @@ int dm_msg_combine_login_reply(dm_msg_response_payload_t *response)
int i;
char *active_param;
char aos_active_data[AOS_ACTIVE_INFO_LEN];
char subdev_aos_verson[VERSION_NUM_SIZE] = {0x02, 0x02, 0x00, 0x00};
char subdev_aos_verson[VERSION_NUM_SIZE] = {0x02, 0x02, 0x02, 0x01};
char subdev_mac_num[MAC_ADDRESS_SIZE] = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, ACTIVE_SUBDEV, ACTIVE_LINKKIT_OTHERS};
char subdev_chip_code[CHIP_CODE_SIZE] = {0x01, 0x02, 0x03, 0x04};
char random_num[RANDOM_NUM_SIZE];
Expand Down Expand Up @@ -3469,4 +3469,4 @@ int dm_msg_thing_service_request(_IN_ char product_key[PRODUCT_KEY_MAXLEN], _IN_
return SUCCESS_RETURN;
}

#endif
#endif

0 comments on commit c3a36fc

Please sign in to comment.