diff --git a/README.md b/README.md index 444d5b2..6d91946 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# BqLog(扁鹊日志)(V 1.4.3) +# BqLog(扁鹊日志)(V 1.4.5) [![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.3-red.svg)](https://github.com/Tencent/BqLog/releases) +[![Release Version](https://img.shields.io/badge/release-1.4.5-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. diff --git a/README_CHS.md b/README_CHS.md index 9c7bac8..32c421f 100644 --- a/README_CHS.md +++ b/README_CHS.md @@ -1,6 +1,6 @@ -# BqLog(扁鹊日志)(V 1.4.3) +# BqLog(扁鹊日志)(V 1.4.5) [![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.3-red.svg)](https://github.com/Tencent/BqLog/releases) +[![Release Version](https://img.shields.io/badge/release-1.4.5-red.svg)](https://github.com/Tencent/BqLog/releases) > BqLog是一个轻量级,高性能日志系统,应用于《Honor Of Kings》等项目,已经上线并良好运行 ## 支持平台 diff --git a/src/bq_log/api/bq_log_api.cpp b/src/bq_log/api/bq_log_api.cpp index 7055ae2..ad3a4e9 100644 --- a/src/bq_log/api/bq_log_api.cpp +++ b/src/bq_log/api/bq_log_api.cpp @@ -75,7 +75,7 @@ namespace bq { BQ_API const char* __api_get_log_version() { - return "1.4.4"; + return "1.4.5"; } #if BQ_POSIX