yapb-noob-edition/inc/version.h.in

20 lines
591 B
C
Raw Normal View History

2020-06-12 18:52:38 +03:00
//
// YaPB - Counter-Strike Bot based on PODBot by Markus Klinge.
2021-01-01 00:00:33 +03:00
// Copyright © 2004-2021 YaPB Project <yapb@jeefo.net>.
2020-06-12 18:52:38 +03:00
//
// SPDX-License-Identifier: MIT
2020-06-12 18:52:38 +03:00
//
#pragma once
// generated by meson build system
#ifndef MODULE_BUILD_HASH
# define MODULE_BUILD_HASH "@hash@"
# define MODULE_BUILD_AUTHOR @author@
# define MODULE_BUILD_COUNT "@count@"
# define MODULE_BUILD_MACHINE "@machine@"
# define MODULE_BUILD_COMPILER "@compiler@"
# define MODULE_BOT_VERSION "@version@"
# define MODULE_BOT_VERSION_FILE @version_win@,@count@
# define MODULE_BOT_BUILD_ID "@count@:@hash@"
2020-06-12 18:52:38 +03:00
#endif