aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-05-25 14:56:46 +0200
committerdec05eba <dec05eba@protonmail.com>2025-05-25 19:08:57 +0200
commitfded9b8d57facde1a01e9456d9fd9c3b6955dd23 (patch)
tree7f77a7a119e3df2e37313b70f922a93d9e177221 /meson.build
parentb80e3f8bebe48e102033fe7ab0e402aa869135d3 (diff)
Match gsr monitor name with wayland monitor name. Thanks info@leocodesHEAD1.6.5master
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 7672724..8b53fdd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gsr-ui', ['c', 'cpp'], version : '1.6.4', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
+project('gsr-ui', ['c', 'cpp'], version : '1.6.5', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
if get_option('buildtype') == 'debug'
add_project_arguments('-g3', language : ['c', 'cpp'])