Files
Program-Manager-II/PROGMGR2/version.inc
Brady McDermott cc62e8dc38 rename dir 1
2024-10-20 21:18:14 -06:00

23 lines
1.6 KiB
PHP
Raw 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,3
#define VER_FILEVERSION_STR "0.0.3\0"
#define VER_PRODUCTVERSION 0,0,3
#define VER_PRODUCTVERSION_STR "0.0.3\0"