aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-05-18 01:32:18 +0200
committerdec05eba <dec05eba@protonmail.com>2025-05-18 01:32:18 +0200
commitd0f8b7061f572772ddba10eccf6f59a1cc98252d (patch)
tree395debb4f40e6fa5dc6f6f2a9355d61ce9c9e894 /meson.build
parent3a4f03ce27daf77e825e324e4d089d166779dbdf (diff)
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 c39e077..7672724 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gsr-ui', ['c', 'cpp'], version : '1.6.3', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
+project('gsr-ui', ['c', 'cpp'], version : '1.6.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'])