aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-03 13:04:41 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-03 13:04:41 +0200
commit44f35f8f3b39892def66a2a0f15d3a261f0be778 (patch)
tree913888bcf9872c7fff30b1f884e13477843eee75 /meson.build
parentc26b54047f3c976ec811ddcf8c3ade6bedf8dada (diff)
1.3.11.3.1
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 3b19092..b522488 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gsr-ui', ['c', 'cpp'], version : '1.3.0', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
+project('gsr-ui', ['c', 'cpp'], version : '1.3.1', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
if get_option('buildtype') == 'debug'
add_project_arguments('-g3', language : ['c', 'cpp'])