Skip to content

Commit

Permalink
new version code 2.5.3-evo-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Dec 8, 2023
1 parent 1023673 commit 1a12fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/util/qopenhd.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class QOpenHD : public QObject
// Tries to mimic android toast as much as possible
//
Q_INVOKABLE void show_toast(QString message,bool long_toast=false);
L_RO_PROP(QString,version_string,set_version_string,"2.5.2-evo-beta");
L_RO_PROP(QString,version_string,set_version_string,"2.5.3-evo-release");
public:
L_RO_PROP(QString,toast_text,set_toast_text,"NONE");
L_RO_PROP(bool,toast_visible,set_toast_visible,false);
Expand Down

0 comments on commit 1a12fc1

Please sign in to comment.