Files
Program-Manager-II/progmgr/version.inc
2023-07-19 00:43:41 -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) 2023 freedom7341, Freedom Desktop
DESCRIPTION -
Version number and branding for Program Manager.
** 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 "Freedom Desktop"
#define VER_PRODUCTNAME_STR "Program Manager"
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) 2023 Freedom Desktop"
#define VER_FILEVERSION 0,0,0
#define VER_FILEVERSION_STR "0.0.0\0"
#define VER_PRODUCTVERSION 6,0,6003
#define VER_PRODUCTVERSION_STR "6.0.6003\0"