aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-11 23:24:08 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-11 23:24:08 +0200
commite3e6c3c3b9485f5cdb375eec77b3ae0f1f8a4135 (patch)
treea04c259360873b83304c5a6c36761c20d3c7e34d
parent38feee9f29c134d7734f76db8af196618380e8f5 (diff)
-rw-r--r--meson.build2
-rw-r--r--project.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 9b91e15..13b215f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gsr-ui', ['c', 'cpp'], version : '1.3.3', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
+project('gsr-ui', ['c', 'cpp'], version : '1.3.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'])
diff --git a/project.conf b/project.conf
index 6b7c574..3dc44b1 100644
--- a/project.conf
+++ b/project.conf
@@ -1,7 +1,7 @@
[package]
name = "gsr-ui"
type = "executable"
-version = "1.3.3"
+version = "1.3.4"
platforms = ["posix"]
[lang.cpp]