Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
pippocao committed Sep 4, 2024
2 parents f491d89 + f866804 commit ec66d5b
Show file tree
Hide file tree
Showing 27 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BqLog(扁鹊日志)(V 1.4.1)
[![license](https://img.shields.io/badge/license-APACHE2.0-brightgreen.svg?style=flat)](https://github.com/Tencent/BqLog/blob/main/LICENSE.txt)
[![Release Version](https://img.shields.io/badge/release-1.4.1-red.svg)](https://github.com/Tencent/BqLog/releases)
[![Release Version](https://img.shields.io/badge/release-1.4.2-red.svg)](https://github.com/Tencent/BqLog/releases)
> [中文文档](./README_CHS.md)
> BqLog is a lightweight, high-performance logging system used in projects such as "Honor of Kings," and it has been successfully deployed and is running smoothly.
Expand Down
2 changes: 1 addition & 1 deletion README_CHS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BqLog(扁鹊日志)(V 1.4.1)
[![license](https://img.shields.io/badge/license-APACHE2.0-brightgreen.svg?style=flat)](https://github.com/Tencent/BqLog/blob/main/LICENSE.txt)
[![Release Version](https://img.shields.io/badge/release-1.4.1-red.svg)](https://github.com/Tencent/BqLog/releases)
[![Release Version](https://img.shields.io/badge/release-1.4.2-red.svg)](https://github.com/Tencent/BqLog/releases)
> BqLog是一个轻量级,高性能日志系统,应用于《Honor Of Kings》等项目,已经上线并良好运行
## 支持平台
Expand Down
Binary file modified dist/dynamic_lib/android/arm64-v8a/Debug/libBqLog.so
Binary file not shown.
Binary file modified dist/dynamic_lib/android/arm64-v8a/Debug/libBqLog_Symbol.so
Binary file not shown.
Binary file modified dist/dynamic_lib/android/arm64-v8a/MinSizeRel/libBqLog.so
Binary file not shown.
Binary file modified dist/dynamic_lib/android/arm64-v8a/MinSizeRel/libBqLog_Symbol.so
Binary file not shown.
Binary file modified dist/dynamic_lib/android/armeabi-v7a/Debug/libBqLog.so
Binary file not shown.
Binary file modified dist/dynamic_lib/android/armeabi-v7a/Debug/libBqLog_Symbol.so
Binary file not shown.
Binary file modified dist/dynamic_lib/android/armeabi-v7a/MinSizeRel/libBqLog.so
Binary file not shown.
Binary file not shown.
Binary file modified dist/dynamic_lib/android/x86_64/Debug/libBqLog.so
Binary file not shown.
Binary file modified dist/dynamic_lib/android/x86_64/Debug/libBqLog_Symbol.so
Binary file not shown.
Binary file modified dist/dynamic_lib/android/x86_64/MinSizeRel/libBqLog.so
Binary file not shown.
Binary file modified dist/dynamic_lib/android/x86_64/MinSizeRel/libBqLog_Symbol.so
Binary file not shown.
Binary file modified dist/dynamic_lib/win64/Debug/BqLog.dll
Binary file not shown.
Binary file modified dist/dynamic_lib/win64/Debug/BqLog.pdb
Binary file not shown.
Binary file modified dist/dynamic_lib/win64/MinSizeRel/BqLog.dll
Binary file not shown.
Binary file modified dist/dynamic_lib/win64/RelWithDebInfo/BqLog.dll
Binary file not shown.
Binary file modified dist/dynamic_lib/win64/RelWithDebInfo/BqLog.pdb
Binary file not shown.
Binary file modified dist/dynamic_lib/win64/Release/BqLog.dll
Binary file not shown.
Binary file modified dist/static_lib/win64/Debug/BqLog.lib
Binary file not shown.
Binary file modified dist/static_lib/win64/Debug/BqLog.pdb
Binary file not shown.
Binary file modified dist/static_lib/win64/MinSizeRel/BqLog.lib
Binary file not shown.
Binary file modified dist/static_lib/win64/RelWithDebInfo/BqLog.lib
Binary file not shown.
Binary file modified dist/static_lib/win64/RelWithDebInfo/BqLog.pdb
Binary file not shown.
Binary file modified dist/static_lib/win64/Release/BqLog.lib
Binary file not shown.
2 changes: 1 addition & 1 deletion src/bq_log/api/bq_log_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ namespace bq {

BQ_API const char* __api_get_log_version()
{
return "1.4.1";
return "1.4.2";
}

#if BQ_POSIX
Expand Down

0 comments on commit ec66d5b

Please sign in to comment.