Files
Program-Manager-II/progmgr/version.inc

23 lines
1.7 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 and branding information
#define VER_FILEDESCRIPTION_STR "The Program Manager shell for Windows NT"
#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 freedom7341, Freedom Desktop"
#define VER_FILEVERSION 6,0,6003
#define VER_FILEVERSION_STR "6.0.6003\0"
#define VER_PRODUCTVERSION 0,0,1
#define VER_PRODUCTVERSION_STR "0.0.1\0"