2014-07-30 14:17:46 +04:00
|
|
|
//
|
2014-09-09 18:29:42 +04:00
|
|
|
// Yet Another POD-Bot, based on PODBot by Markus Klinge ("CountFloyd").
|
|
|
|
|
// Copyright (c) YaPB Development Team.
|
2014-07-30 14:17:46 +04:00
|
|
|
//
|
2014-09-09 18:29:42 +04:00
|
|
|
// This software is licensed under the BSD-style license.
|
|
|
|
|
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
|
|
|
|
|
// http://yapb.jeefo.net/license
|
2014-07-30 14:17:46 +04:00
|
|
|
//
|
|
|
|
|
|
2014-09-09 18:29:42 +04:00
|
|
|
#pragma once
|
2014-07-30 14:17:46 +04:00
|
|
|
|
|
|
|
|
// general product information
|
2015-06-11 14:19:52 +03:00
|
|
|
#define PRODUCT_NAME "Yet Another POD-Bot"
|
2016-08-27 22:49:42 +03:00
|
|
|
#define PRODUCT_VERSION "2.8"
|
2014-07-30 14:17:46 +04:00
|
|
|
#define PRODUCT_AUTHOR "YaPB Dev Team"
|
2016-08-27 22:49:42 +03:00
|
|
|
#define PRODUCT_URL "https://yapb.jeefo.net/"
|
2014-09-09 18:29:42 +04:00
|
|
|
#define PRODUCT_EMAIL "dmitry@jeefo.net"
|
2014-07-30 14:17:46 +04:00
|
|
|
#define PRODUCT_LOGTAG "YAPB"
|
2015-06-04 11:52:48 +03:00
|
|
|
#define PRODUCT_DESCRIPTION PRODUCT_NAME " v" PRODUCT_VERSION " - The Counter-Strike Bot"
|
2016-08-27 22:49:42 +03:00
|
|
|
#define PRODUCT_COPYRIGHT "Copyright © 1999-2017, by " PRODUCT_AUTHOR
|
2014-07-30 14:17:46 +04:00
|
|
|
#define PRODUCT_LEGAL "Half-Life, Counter-Strike, Counter-Strike: Condition Zero, Steam, Valve is a trademark of Valve Corporation"
|
2014-09-17 20:36:42 +04:00
|
|
|
#define PRODUCT_ORIGINAL_NAME "yapb.dll"
|
2015-07-12 17:18:20 +03:00
|
|
|
#define PRODUCT_INTERNAL_NAME "skybot"
|
2016-08-27 22:49:42 +03:00
|
|
|
#define PRODUCT_VERSION_DWORD_INTERNAL 2,8
|
2015-08-07 11:36:00 +03:00
|
|
|
#define PRODUCT_VERSION_DWORD PRODUCT_VERSION_DWORD_INTERNAL,0
|
2015-06-04 11:52:48 +03:00
|
|
|
#define PRODUCT_SUPPORT_VERSION "1.0 - CZ"
|
2015-06-09 15:45:34 +03:00
|
|
|
#define PRODUCT_COMMENTS "http://github.com/jeefo/yapb/"
|
2014-07-30 14:17:46 +04:00
|
|
|
#define PRODUCT_DATE __DATE__
|
2015-06-14 12:55:49 +03:00
|
|
|
#define PRODUCT_GIT_HASH "unspecified_hash"
|
|
|
|
|
#define PRODUCT_GIT_COMMIT_AUTHOR "unspecified_author"
|