27 lines
984 B
C
27 lines
984 B
C
//
|
|
// YaPB - Counter-Strike Bot based on PODBot by Markus Klinge.
|
|
// Copyright © 2004-2020 YaPB Development Team <team@yapb.ru>.
|
|
//
|
|
// This program is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
//
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
|
|
#pragma once
|
|
|
|
// fallback if no git or custom build
|
|
#define MODULE_BUILD_HASH "0"
|
|
#define MODULE_BUILD_AUTHOR "team@yapb.ru"
|
|
#define MODULE_BUILD_COUNT "0"
|
|
#define MODULE_BUILD_MACHINE "localhost"
|
|
#define MODULE_BUILD_COMPILER "unknown"
|
|
|
|
#define MODULE_BOT_VERSION "4.0"
|
|
#define MODULE_BOT_VERSION_FILE 4,0,0,000
|
|
#define MODULE_BOT_BUILD_ID "0:0"
|