Changeset 168 for smplayer/vendor/current/src/smplayer.rc
- Timestamp:
- Oct 9, 2014, 11:54:00 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/smplayer.rc
r163 r168 1 1 #include <winver.h> 2 2 3 #if HAVE_SVN_REVISION_H 4 #include "svn_revision.h" 5 #endif 6 7 #define SMPLAYER_FILEVERSION 14,3,0,0 8 #define SMPLAYER_PRODVERSION "14.3.0.0" 3 #define SMPLAYER_FILEVERSION 14,9,0,0 4 #define SMPLAYER_PRODVERSION "14.9.0.0" 9 5 10 6 VS_VERSION_INFO VERSIONINFO … … 33 29 VALUE "ProductName", "SMPlayer for Windows (32-bit)\0" 34 30 #endif 35 #if HAVE_SVN_REVISION_H36 VALUE "ProductVersion", SMPLAYER_PRODVERSION "+SVN-r" SVN_REVISION "\0"37 #else38 31 VALUE "ProductVersion", SMPLAYER_PRODVERSION "\0" 39 #endif40 32 } 41 33 }
Note:
See TracChangeset
for help on using the changeset viewer.