aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-05-31 22:54:14 +0200
committerdec05eba <dec05eba@protonmail.com>2025-05-31 23:00:42 +0200
commit4d7526d21ed78f61eefcb88631762127fb0d4e97 (patch)
tree0d0121c5acee59813eb66b8eb7ba0b095a8060f5 /meson.build
parentfded9b8d57facde1a01e9456d9fd9c3b6955dd23 (diff)
Add x11 window capture (video and screenshot)
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 8b53fdd..8928423 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gsr-ui', ['c', 'cpp'], version : '1.6.5', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
+project('gsr-ui', ['c', 'cpp'], version : '1.6.6', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
if get_option('buildtype') == 'debug'
add_project_arguments('-g3', language : ['c', 'cpp'])