This commit is contained in:
dec05eba
2026-01-27 18:58:34 +01:00
parent a46027bfdc
commit 29d2e66e28
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
project('gsr-ui', ['c', 'cpp'], version : '1.10.4', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
project('gsr-ui', ['c', 'cpp'], version : '1.10.5', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
add_project_arguments('-D_FILE_OFFSET_BITS=64', language : ['c', 'cpp'])
add_project_arguments('-Wno-format-security', language : ['c', 'cpp'])

View File

@@ -1,7 +1,7 @@
[package]
name = "gsr-ui"
type = "executable"
version = "1.10.4"
version = "1.10.5"
platforms = ["posix"]
[lang.cpp]