// // YaPB - Counter-Strike Bot based on PODBot by Markus Klinge. // Copyright © 2004-2020 YaPB Project . // // SPDX-License-Identifier: MIT // #pragma once // generated by meson build system #ifndef MODULE_BUILD_HASH # define MODULE_BUILD_HASH "@commitHash@" # define MODULE_BUILD_AUTHOR @commitAuthor@ # define MODULE_BUILD_COUNT "@commitCount@" # define MODULE_BUILD_MACHINE "@buildMachine@" # define MODULE_BUILD_COMPILER "@buildCompiler@" # define MODULE_BOT_VERSION "@buildVersion@" # define MODULE_BOT_VERSION_FILE @buildVersionWin@,@commitCount@ # define MODULE_BOT_BUILD_ID "@commitCount@:@commitHash@" #endif