aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-01-26 17:43:20 +0100
committerdec05eba <dec05eba@protonmail.com>2025-01-26 17:43:38 +0100
commit3cb156aecb22a77d91de26d8421634ae2cd1aa8b (patch)
treefb067f49c0786e897732dea33f46004c9184d528 /meson.build
parentdea439358888791264ed81124c8fe144b2f8187e (diff)
Delegate keyboard grab until a button has been pressed if the device says its a mouse1.1.4
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 489763d..b0f70eb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gsr-ui', ['c', 'cpp'], version : '1.1.3', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
+project('gsr-ui', ['c', 'cpp'], version : '1.1.4', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
if get_option('buildtype') == 'debug'
add_project_arguments('-g3', language : ['c', 'cpp'])