From b21dfd36cdafd76b5538383279d28b003188fa19 Mon Sep 17 00:00:00 2001 From: Osmium Sorcerer Date: Wed, 25 Mar 2026 06:05:21 +0000 Subject: Provide more information in About page - Downstream version and the upstream revision it's based on (commit and date) - URL to our modified source code. - miniaudio and libsodium versions. - Build profile (release, dev, or debug). Also, stop checking for updates. --- src/aoapplication.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/aoapplication.h') diff --git a/src/aoapplication.h b/src/aoapplication.h index e3db417..a2c88ca 100644 --- a/src/aoapplication.h +++ b/src/aoapplication.h @@ -109,6 +109,12 @@ public: */ static QString get_version_string(); + // The upstream commit identifier and date. + static QString get_revision_string(); + + // Our downstream version. + static QString get_sof_version_string(); + static const int RELEASE = 2; static const int MAJOR_VERSION = 11; static const int MINOR_VERSION = 0; -- cgit