diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-05-28 22:43:23 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-05-28 22:43:23 +0800 |
commit | 2ab96601e3ed658d380f8fdf4fb134c9a83cf8dc (patch) | |
tree | 2f32b5c04ff22b1a89e90e9e4c9a6781502e7720 /qmidiplayer-desktop | |
parent | 4674800f32acfe2c8ffd04215a51dea8b9380396 (diff) | |
download | QMidiPlayer-2ab96601e3ed658d380f8fdf4fb134c9a83cf8dc.tar.xz |
Add option to tweak the OSD. More info shown in the OSD.
Bump version. We have stayed at 0.8.1 for a long time
and the visualization plugin is almost fully functional now.
Diffstat (limited to 'qmidiplayer-desktop')
-rw-r--r-- | qmidiplayer-desktop/qmphelpwindow.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmidiplayer-desktop/qmphelpwindow.hpp b/qmidiplayer-desktop/qmphelpwindow.hpp index 6b1d719..beae1fa 100644 --- a/qmidiplayer-desktop/qmphelpwindow.hpp +++ b/qmidiplayer-desktop/qmphelpwindow.hpp @@ -2,7 +2,7 @@ #define QMPHELPWINDOW_H #include <QDialog> -#define APP_VERSION "0.8.1" +#define APP_VERSION "0.8.2" namespace Ui { class qmpHelpWindow; |