release: bump to 1.0.6 and show build id in About dialog

Make Flatpak updates unmistakable after clients were stuck on the
May 1.0.3 commit. Expose bearwaveVersion/bearwaveBuildId to QML and
set the flatpak manifest version explicitly.
This commit is contained in:
Sebastian Palencsar
2026-06-22 16:43:49 +02:00
parent a8815cd4e3
commit 75ef65e1d8
6 changed files with 27 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
project(bearwave VERSION 1.0.5 LANGUAGES CXX)
project(bearwave VERSION 1.0.6 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)