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/version.cpp

    r137 r140  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2012 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    2121#define USE_SVN_VERSIONS 0
    2222
    23 #define VERSION "0.8.2.1"
     23#define VERSION "0.8.5"
    2424
    2525#if USE_SVN_VERSIONS
     
    5050#endif
    5151}
     52
     53QString stableVersion() {
     54        return QString(VERSION);
     55}
Note: See TracChangeset for help on using the changeset viewer.