Files
Program-Manager-II/progmgr/version.inc
2024-10-22 03:26:29 -06:00

23 lines
1.6 KiB
PHP
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/* * * * * * * *\
VERSION.INC -
Copyright (c) 2024 Vortesys, Brady McDermott
DESCRIPTION -
Version number and branding for Program Manager II.
** NO DEPENDENCIES **
LICENSE INFORMATION -
MIT License, see LICENSE.txt in the root folder
\* * * * * * * */
/* Version Information */
#define VER_FILEDESCRIPTION_STR "Program Manager II"
#define VER_INTERNALNAME_STR "progmgr\0"
#define VER_ORIGINALFILENAME_STR "PROGMGR.EXE"
#define VER_COMPANYNAME_STR "Vortesys"
#define VER_PRODUCTNAME_STR "Program Manager"
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2024 Vortesys"
#define VER_FILEVERSION 0,0,5
#define VER_FILEVERSION_STR "0.0.5\0"
#define VER_PRODUCTVERSION 0,0,5
#define VER_PRODUCTVERSION_STR "0.0.5\0"