From d3748657954cc09870fb349d5043cdf4c3d01000 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Wed, 22 May 2024 00:10:17 +0200 Subject: [PATCH] set release --- 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 72c0562a8..51cf5d118 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-beta"); + L_RO_PROP(QString,version_string,set_version_string,"2.5.4-evo-release"); // // Shows a message popup to the user that needs to be clicked away - use sparingly //