diff options
| author | Osmium Sorcerer <os@sof.beauty> | 2026-03-25 06:05:21 +0000 |
|---|---|---|
| committer | Osmium Sorcerer <os@sof.beauty> | 2026-03-30 13:07:11 +0000 |
| commit | b21dfd36cdafd76b5538383279d28b003188fa19 (patch) | |
| tree | 9c11f8d2463950332cecd249342e1000b5d0f501 /src/aoapplication.h | |
| parent | f86a8fe59b6b41229cc9353d3144d0381494fed1 (diff) | |
- 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.
Diffstat (limited to 'src/aoapplication.h')
| -rw-r--r-- | src/aoapplication.h | 6 |
1 files changed, 6 insertions, 0 deletions
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; |
