Skip to content

Commit

Permalink
Add version info
Browse files Browse the repository at this point in the history
  • Loading branch information
RadAd committed Sep 17, 2023
1 parent 274a6d9 commit 766af04
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions RadSwitch.rc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,45 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
// remains consistent on all systems.
IDI_ICON1 ICON "res\\RadSwitch.ico"


/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 23,9,18,0
PRODUCTVERSION 23,9,18,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "0c0904b0"
BEGIN
VALUE "CompanyName", "RadSoft"
VALUE "FileDescription", "Alt-tab replacement"
VALUE "FileVersion", "23.9.18.0"
VALUE "InternalName", "RadSwitch.exe"
VALUE "LegalCopyright", "Copyright (C) 2023"
VALUE "OriginalFilename", "RadSwitch.exe"
VALUE "ProductName", "Rad Switch"
VALUE "ProductVersion", "23.9.18.0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0xc09, 1200
END
END

#endif // English (United Kingdom) resources
/////////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit 766af04

Please sign in to comment.