SCDoc: Use proper static string constants instead of comparing string literals.
[supercollider.git] / platform / SCVersion.sc.in
blobbd189687efbdc85e3586e16be28bdb8ee340f2a4
1 // Do not edit this file manually, it's configured by CMake. The version numbers are set in SCVersion.txt
2 + Main {
3 *scVersionMajor { ^@PROJECT_VERSION_MAJOR@ }
4 *scVersionMinor { ^@PROJECT_VERSION_MINOR@ }
5 *scVersionPostfix { ^"@PROJECT_VERSION_PATCH@" }