mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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
|