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

    r142 r156  
    1717*/
    1818
    19 #ifndef _VERSION_H_
    20 #define _VERSION_H_
     19#ifndef VERSION_H
     20#define VERSION_H
    2121
    2222#include <QString>
    2323
    24 QString smplayerVersion();
    25 QString stableVersion();
     24class Version {
     25public:
     26        static QString printable();
     27        static QString stable();
     28        static QString revision();
     29        static QString with_revision() { return stable() + "." + revision(); }
     30};
    2631
    2732#endif
Note: See TracChangeset for help on using the changeset viewer.