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.cpp | |
| 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.cpp')
| -rw-r--r-- | src/aoapplication.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/aoapplication.cpp b/src/aoapplication.cpp index f253a5a..490c60e 100644 --- a/src/aoapplication.cpp +++ b/src/aoapplication.cpp @@ -126,6 +126,16 @@ QString AOApplication::get_version_string() return QString::number(RELEASE) + "." + QString::number(MAJOR_VERSION) + "." + QString::number(MINOR_VERSION); } +QString AOApplication::get_revision_string() +{ + return "1176bb5f 2026-02-06"; +} + +QString AOApplication::get_sof_version_string() +{ + return "SoF-6"; +} + QString AOApplication::find_image(QStringList p_list) { QString image_path; |
