Changeset 140 for smplayer/vendor/current/src/smplayer.rc
- Timestamp:
- May 23, 2013, 5:06:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/smplayer.rc
r137 r140 1 1 #include <winver.h> 2 2 3 #define SMPLAYER_FILEVERSION 0,8,2,0 4 #define SMPLAYER_PRODVERSION "0.8.2.0\0" 3 #if HAVE_SVN_REVISION_H 4 #include "svn_revision.h" 5 #endif 6 7 #define SMPLAYER_FILEVERSION 0,8,5,0 8 #define SMPLAYER_PRODVERSION "0.8.5.0" 5 9 6 10 VS_VERSION_INFO VERSIONINFO … … 20 24 VALUE "FileDescription", "SMPlayer\0" 21 25 #endif 22 VALUE "FileVersion", SMPLAYER_PRODVERSION 26 VALUE "FileVersion", SMPLAYER_PRODVERSION "\0" 23 27 VALUE "InternalName", "smplayer\0" 24 28 VALUE "LegalCopyright", "Copyright (c) Ricardo Villalba\0" … … 29 33 VALUE "ProductName", "SMPlayer for Windows (32-bit)\0" 30 34 #endif 31 VALUE "ProductVersion", SMPLAYER_PRODVERSION 35 #if HAVE_SVN_REVISION_H 36 VALUE "ProductVersion", SMPLAYER_PRODVERSION "+" SVN_REVISION "\0" 37 #else 38 VALUE "ProductVersion", SMPLAYER_PRODVERSION "\0" 39 #endif 32 40 } 33 41 }
Note:
See TracChangeset
for help on using the changeset viewer.