Changeset 137 for smplayer/vendor/current/src/smplayer.rc
- Timestamp:
- Dec 3, 2012, 5:29:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/smplayer.rc
r133 r137 1 1 #include <winver.h> 2 2 3 #define SMPLAYER_FILEVERSION 0,8, 1,04 #define SMPLAYER_PRODVERSION "0.8. 1.0\0"3 #define SMPLAYER_FILEVERSION 0,8,2,0 4 #define SMPLAYER_PRODVERSION "0.8.2.0\0" 5 5 6 6 VS_VERSION_INFO VERSIONINFO … … 24 24 VALUE "LegalCopyright", "Copyright (c) Ricardo Villalba\0" 25 25 VALUE "OriginalFilename", "smplayer.exe\0" 26 26 #if defined( _WIN64 ) 27 27 VALUE "ProductName", "SMPlayer for Windows (64-bit)\0" 28 28 #elif defined( _WIN32 ) 29 29 VALUE "ProductName", "SMPlayer for Windows (32-bit)\0" 30 30 #endif 31 31 VALUE "ProductVersion", SMPLAYER_PRODVERSION 32 32 }
Note:
See TracChangeset
for help on using the changeset viewer.