Ignore:
Timestamp:
May 23, 2013, 5:06:17 PM (12 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update vendor to 0.8.5'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/smplayer.rc

    r137 r140  
    11#include <winver.h>
    22
    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"
    59
    610VS_VERSION_INFO     VERSIONINFO
     
    2024      VALUE "FileDescription", "SMPlayer\0"
    2125      #endif
    22       VALUE "FileVersion", SMPLAYER_PRODVERSION
     26      VALUE "FileVersion", SMPLAYER_PRODVERSION "\0"
    2327      VALUE "InternalName", "smplayer\0"
    2428      VALUE "LegalCopyright", "Copyright (c) Ricardo Villalba\0"
     
    2933      VALUE "ProductName", "SMPlayer for Windows (32-bit)\0"
    3034      #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
    3240    }
    3341  }
Note: See TracChangeset for help on using the changeset viewer.