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

Commit

Permalink
bump version to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bylee20 committed Mar 26, 2015
1 parent 22ba2d6 commit 0d53bd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.9.5

* Fix: restoring window size didn't work (#276)
* Fix: potential infinite loop for empty input data of audio (#277)

0.9.4

* New: support millisecond precision for timeout to hide cursor (#275)
Expand Down
2 changes: 1 addition & 1 deletion src/bomi/player/app.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class App : public QApplication {
auto load() -> void;
auto setFixedFont(const QFont &font) -> void;
auto fixedFont() const -> QFont;
static constexpr auto version() -> const char* { return "0.9.4"; }
static constexpr auto version() -> const char* { return "0.9.5"; }
static constexpr auto name() -> const char* { return "bomi"; }
static auto displayName() -> QString { return tr("bomi"); }
static auto defaultIcon() -> QIcon;
Expand Down

0 comments on commit 0d53bd0

Please sign in to comment.