Ignore:
Timestamp:
Feb 21, 2014, 5:26:03 PM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to 0.8.6

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/smplayer.rc

    r142 r156  
    55#endif
    66
    7 #define SMPLAYER_FILEVERSION 0,8,5,0
    8 #define SMPLAYER_PRODVERSION "0.8.5.0"
     7#define SMPLAYER_FILEVERSION 0,8,6,0
     8#define SMPLAYER_PRODVERSION "0.8.6.0"
    99
    1010VS_VERSION_INFO     VERSIONINFO
     
    2020      VALUE "CompanyName", "Ricardo Villalba\0"
    2121      #ifdef PORTABLE_APP
    22       VALUE "FileDescription", "SMPlayer (Portable Edition)\0"
     22      VALUE "FileDescription", "SMPlayer (Portable)\0"
    2323      #else
    2424      VALUE "FileDescription", "SMPlayer\0"
     
    2828      VALUE "LegalCopyright", "Copyright (c) Ricardo Villalba\0"
    2929      VALUE "OriginalFilename", "smplayer.exe\0"
    30       #if defined( _WIN64 )
     30      #if defined(_WIN64)
    3131      VALUE "ProductName", "SMPlayer for Windows (64-bit)\0"
    32       #elif defined( _WIN32 )
     32      #elif defined(_WIN32) && !defined(_WIN64)
    3333      VALUE "ProductName", "SMPlayer for Windows (32-bit)\0"
    3434      #endif
    3535      #if HAVE_SVN_REVISION_H
    36       VALUE "ProductVersion", SMPLAYER_PRODVERSION "+" SVN_REVISION "\0"
     36      VALUE "ProductVersion", SMPLAYER_PRODVERSION "+SVN-r" SVN_REVISION "\0"
    3737      #else
    3838      VALUE "ProductVersion", SMPLAYER_PRODVERSION "\0"
Note: See TracChangeset for help on using the changeset viewer.