From aed169aa4054e8d9e982d3f0b799e033d2d2dc63 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 24 Jan 2025 11:18:27 +0100 Subject: Fix incorrect action text in hotkey configuration --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 781ed8d..2f32b18 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.1.1', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.1.2', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') if get_option('buildtype') == 'debug' add_project_arguments('-g3', language : ['c', 'cpp']) -- cgit v1.2.3