From 13cc8c95fbd96325ee573c7430ef71df60ea036a Mon Sep 17 00:00:00 2001 From: liufang Date: Thu, 21 Nov 2024 20:12:25 +0800 Subject: [PATCH] =?UTF-8?q?build:=20python=E9=95=9C=E5=83=8F=E5=8D=87?= =?UTF-8?q?=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- Doxyfile | 2 +- doc/changelog.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b7aac1b..0bf8c0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif() project( lebai - VERSION 1.1.30 + VERSION 1.1.31 LANGUAGES CXX) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") diff --git a/Doxyfile b/Doxyfile index 7acf033..c8b6568 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "lebai sdk" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.1.30 +PROJECT_NUMBER = 1.1.31 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/doc/changelog.md b/doc/changelog.md index 2745592..3d779c7 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,4 +1,6 @@ # ChangeLog +## 1.1.31 +python镜像升级 ## 1.1.30 修正ci中的错误