Skip to content

Commit

Permalink
fix compile warning and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marazmista committed Feb 11, 2019
1 parent 19de258 commit 52f3ee3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions radeon-profile/dialogs/dialog_sliders.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ unsigned Dialog_sliders::getValue(DialogSet set) const {
case DialogSet::SECOND:
return ui->slider_value2->value();
}

return 0;
}
2 changes: 1 addition & 1 deletion radeon-profile/radeon_profile.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define minFanStepSpeed 0
#define maxFanStepSpeed 100

#define appVersion 20190127
#define appVersion 20190211

namespace Ui {
class radeon_profile;
Expand Down

0 comments on commit 52f3ee3

Please sign in to comment.