update to v1.4.1

This commit is contained in:
2025-06-29 14:08:16 +08:00
parent 3995ecce93
commit f2d36a1f85
3 changed files with 73 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15.2)
# 设置工程名称
project(stt VERSION 1.4 LANGUAGES CXX)
project(stt VERSION 1.4.1 LANGUAGES CXX)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3")
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR})