| 48 | #endif |
| 49 | |
| 50 | const char *GetAegisubLongVersionString() { |
| 51 | return BUILD_GIT_VERSION_STRING BUILD_CREDIT_SUFFIX DEBUG_SUFFIX; |
| 52 | } |
| 53 | |
| 54 | const char *GetAegisubShortVersionString() { |
| 55 | return BUILD_GIT_VERSION_STRING DEBUG_SUFFIX; |
no outgoing calls
no test coverage detected