mirror of
https://github.com/spalencsar/bearwave.git
synced 2026-07-06 14:24:14 +02:00
chore: keep release version at 1.0.5 (pkgrel 3)
Bugfix builds should not advance the app version ahead of the published GitHub/AUR release. Distinct builds are identified by the git hash in About. Consolidate interim 1.0.6–1.0.8 flatpak notes into 1.0.5.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
project(bearwave VERSION 1.0.8 LANGUAGES CXX)
|
||||
project(bearwave VERSION 1.0.5 LANGUAGES CXX)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
Reference in New Issue
Block a user