20 lines
646 B
C
20 lines
646 B
C
//
|
|
// YaPB - Counter-Strike Bot based on PODBot by Markus Klinge.
|
|
// Copyright © 2004-2021 YaPB Project <yapb@jeefo.net>.
|
|
//
|
|
// 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
|