From 5f672229bc54d1340f835dc83aacc92a57274cab Mon Sep 17 00:00:00 2001 From: Consti10 Date: Wed, 22 May 2024 15:09:48 +0200 Subject: [PATCH] properly implement fix 'do not show -release on a release' - it is not something important to the average user --- app/util/qopenhd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/util/qopenhd.h b/app/util/qopenhd.h index e2dd5e3d4..5475ea559 100644 --- a/app/util/qopenhd.h +++ b/app/util/qopenhd.h @@ -70,7 +70,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.4-evo"); + L_RO_PROP(QString,version_string,set_version_string,"2.6.0-evo"); // // Shows a message popup to the user that needs to be clicked away - use sparingly //