mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
404 B
CMake
9 lines
404 B
CMake
# SWIFT_VERSION is deliberately /not/ cached so that an existing build directory
|
|
# can be reused when a new version of Swift comes out (assuming the user hasn't
|
|
# manually set it as part of their own CMake configuration).
|
|
set(SWIFT_VERSION_MAJOR 6)
|
|
set(SWIFT_VERSION_MINOR 2)
|
|
set(SWIFT_VERSION_PATCHLEVEL 2)
|
|
set(SWIFT_VERSION "${SWIFT_VERSION_MAJOR}.${SWIFT_VERSION_MINOR}.${SWIFT_VERSION_PATCHLEVEL}")
|
|
|