Ignore:
Timestamp:
Oct 9, 2014, 11:54:00 AM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update vendor to 14.9.0

File:
1 edited

Legend:

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

    r163 r168  
    11#include <winver.h>
    22
    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"
    95
    106VS_VERSION_INFO     VERSIONINFO
     
    3329      VALUE "ProductName", "SMPlayer for Windows (32-bit)\0"
    3430      #endif
    35       #if HAVE_SVN_REVISION_H
    36       VALUE "ProductVersion", SMPLAYER_PRODVERSION "+SVN-r" SVN_REVISION "\0"
    37       #else
    3831      VALUE "ProductVersion", SMPLAYER_PRODVERSION "\0"
    39       #endif
    4032    }
    4133  }
Note: See TracChangeset for help on using the changeset viewer.