mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
7348469093
Addresses rdar://154230645
11 lines
292 B
C
11 lines
292 B
C
// This file is processed by CMake.
|
|
// See https://cmake.org/cmake/help/v3.0/command/configure_file.html.
|
|
|
|
#ifndef SWIFT_RUNTIME_CMAKECONFIG_H
|
|
#define SWIFT_RUNTIME_CMAKECONFIG_H
|
|
|
|
#define SWIFT_VERSION_MAJOR "@SWIFT_VERSION_MAJOR@"
|
|
#define SWIFT_VERSION_MINOR "@SWIFT_VERSION_MINOR@"
|
|
|
|
#endif
|