Update Runtimes/Supplemental/StringProcessing/CMakeLists.txt to 6.2.1

This commit is contained in:
Mishal Shah
2025-08-27 14:39:24 -07:00
committed by GitHub
parent 4e8f952ff5
commit b3e7c68bcd

View File

@@ -10,7 +10,7 @@ if($ENV{BUILD_NUMBER})
endif()
project(SwiftStringProcessing
LANGUAGES Swift C
VERSION 6.2.0${BUILD_NUMBER})
VERSION 6.2.1${BUILD_NUMBER})
if(NOT PROJECT_IS_TOP_LEVEL)
message(FATAL_ERROR "Swift StringProcessing must build as a standalone project")