| 34 | } |
| 35 | |
| 36 | const char *GetDumpVersionString() noexcept { |
| 37 | return VERSION_STR("_") "_" COMMIT_HASH; |
| 38 | } |
| 39 | #else |
| 40 | const char *Get0CCFTVersionString() noexcept { |
| 41 | return VERSION_STR("."); |
| 42 | } |
| 43 | |
| 44 | const char *GetDumpVersionString() noexcept { |
| 45 | return VERSION_STR("_"); |
no test coverage detected