feat/support_fiber #6

Merged
tqcq merged 52 commits from feat/support_fiber into master 2024-08-11 13:03:04 +08:00
Showing only changes of commit f13a5ecd39 - Show all commits

View File

@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5)
set(tile_VERSION_MAJOR 0) set(tile_VERSION_MAJOR 0)
set(tile_VERSION_MINOR 1) set(tile_VERSION_MINOR 1)
set(tile_VERSION_PATCH 0) set(tile_VERSION_PATCH 0)
set(tile_VERSION_BUILD $ENV{BUILD_NUMBER}) set(tile_VERSION_BUILD $ENV{CI_STEP_NUMBER})
if (NOT tile_VERSION_BUILD) if (NOT tile_VERSION_BUILD)
set(tile_VERSION_BUILD "0") set(tile_VERSION_BUILD "0")
endif() endif()