modify version to 3.1.0b

Signed-off-by: wenlong_12 <wenlong12@huawei.com>
Change-Id: I3fe020608fc82a86c58ae913a0688240deca382e
This commit is contained in:
wenlong_12 2024-09-14 14:06:48 +08:00
parent a041d87ec9
commit 2eff4519a2

View File

@ -95,8 +95,8 @@ constexpr uint16_t NEW_SESSION_DROP_USB_DATA_TIME_MS = 1000;
// |----------------------------------------------------------------|
// | major |reserve| minor |reserve|version| fix | reserve |
// |----------------------------------------------------------------|
// 0x30100000 is 3.1.0a
constexpr uint32_t HDC_VERSION_NUMBER = 0x30100000;
// 0x30100100 is 3.1.0b
constexpr uint32_t HDC_VERSION_NUMBER = 0x30100100;
constexpr uint32_t HDC_BUF_MAX_BYTES = INT_MAX;
#ifdef HDC_HOST
constexpr uint32_t HOST_SOCKETPAIR_SIZE = 1024 * 1024;