fixed yb_version display

This commit is contained in:
jeefo 2015-08-07 11:36:00 +03:00
commit cdcf59c76b
2 changed files with 3 additions and 2 deletions

View file

@ -21,7 +21,8 @@
#define PRODUCT_LEGAL "Half-Life, Counter-Strike, Counter-Strike: Condition Zero, Steam, Valve is a trademark of Valve Corporation"
#define PRODUCT_ORIGINAL_NAME "yapb.dll"
#define PRODUCT_INTERNAL_NAME "skybot"
#define PRODUCT_VERSION_DWORD 2,7,0,0
#define PRODUCT_VERSION_DWORD_INTERNAL 2,7,1
#define PRODUCT_VERSION_DWORD PRODUCT_VERSION_DWORD_INTERNAL,0
#define PRODUCT_SUPPORT_VERSION "1.0 - CZ"
#define PRODUCT_COMMENTS "http://github.com/jeefo/yapb/"
#define PRODUCT_DATE __DATE__