Skip to content

Commit

Permalink
feat : change version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertxxu committed Nov 30, 2021
1 parent c2844ba commit 5fde157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/gitinfo.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __GIT_INFO_H_
#define __GIT_INFO_H_
#define GIT_COMMIT_ID ""
#define GIT_COMMIT_ID "c2844bab369dce47db68ccf716b9045c37945c2a"
#endif
2 changes: 1 addition & 1 deletion include/qcloud_iot_export.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extern "C" {
#include "platform.h"

/* IoT C-SDK version info */
#define QCLOUD_IOT_DEVICE_SDK_VERSION ("3.1.9-" GIT_COMMIT_ID)
#define QCLOUD_IOT_DEVICE_SDK_VERSION ("3.2.0-" GIT_COMMIT_ID)

/**************** QCloud IoT C-SDK constants begin ************************/

Expand Down

0 comments on commit 5fde157

Please sign in to comment.