modified QtADS/CMakeLists.txt

This commit is contained in:
jessequ 2024-07-18 16:29:24 +08:00
parent 506818d93f
commit 50df13a0d3
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ else()
endif() endif()
endif() endif()
set(ADS_VERSION 4.3.1)
set(VERSION_SHORT 4.3.1)
project(QtADS LANGUAGES CXX VERSION ${VERSION_SHORT}) project(QtADS LANGUAGES CXX VERSION ${VERSION_SHORT})