source: smplayer/trunk/src/smplayer.rc

Last change on this file was 188, checked in by Silvan Scherrer, 8 years ago

SMPlayer: update trunk to version 17.1.0

File size: 1.2 KB
RevLine 
[128]1#include <winver.h>
2
[188]3#define SMPLAYER_FILEVERSION 17,1,0,0
4#define SMPLAYER_PRODVERSION "17.1.0.0"
[128]5
6VS_VERSION_INFO VERSIONINFO
[132]7FILEVERSION SMPLAYER_FILEVERSION
8PRODUCTVERSION SMPLAYER_FILEVERSION
[128]9FILEOS VOS_NT_WINDOWS32
10FILETYPE VFT_APP
11{
12 BLOCK "StringFileInfo"
13 {
14 BLOCK "000004b0"
15 {
[132]16 VALUE "CompanyName", "Ricardo Villalba\0"
[128]17 #ifdef PORTABLE_APP
[165]18 VALUE "FileDescription", "SMPlayer (Portable Edition)\0"
[128]19 #else
[132]20 VALUE "FileDescription", "SMPlayer\0"
[128]21 #endif
[142]22 VALUE "FileVersion", SMPLAYER_PRODVERSION "\0"
[132]23 VALUE "InternalName", "smplayer\0"
24 VALUE "LegalCopyright", "Copyright (c) Ricardo Villalba\0"
25 VALUE "OriginalFilename", "smplayer.exe\0"
[156]26 #if defined(_WIN64)
[135]27 VALUE "ProductName", "SMPlayer for Windows (64-bit)\0"
[156]28 #elif defined(_WIN32) && !defined(_WIN64)
[135]29 VALUE "ProductName", "SMPlayer for Windows (32-bit)\0"
[139]30 #endif
[142]31 VALUE "ProductVersion", SMPLAYER_PRODVERSION "\0"
[128]32 }
33 }
34 BLOCK "VarFileInfo"
35 {
36 VALUE "Translation", 0, 0x04b0
37 }
38}
39
40IDI_ICON1 ICON DISCARDABLE "smplayer.ico"
[156]41IDI_ICON2 ICON DISCARDABLE "smplayer_associations.ico"
Note: See TracBrowser for help on using the repository browser.