Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
bylee20 committed Nov 25, 2013
1 parent d79ead4 commit b1a528f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmplayer/info.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class Info {
static QStringList audioNameFilter() {return self.m_audioExt.toNameFilter();}
static QStringList subtitleNameFilter() {return self.m_subExt.toNameFilter();}
static QStringList playlistNameFilter() {return self.m_plExt.toNameFilter();}
static constexpr int versionNumber() { return 0x00804; }
static constexpr const char *version() {return "0.8.4";}
static constexpr int versionNumber() { return 0x00805; }
static constexpr const char *version() {return "0.8.5";}
static constexpr const char *name() {return "CMPlayer";}
static QString mediaExtFilter();
static QStringList mediaNameFilter() {return videoNameFilter() + audioNameFilter() + readableImageExt().toNameFilter();}
Expand Down

0 comments on commit b1a528f

Please sign in to comment.