aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-23 22:19:57 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-23 22:20:47 +0200
commit329ccdc970d31e2993226bac6bd784404357819d (patch)
treee7f3105f2305956d2cb82eefd5ca9e9324d772b9 /meson.build
parentb64b90d0b165a6364206fa6ee7918905afd76fe5 (diff)
Save replay/streaming recording to correct location when saving to game folder. Add controller hotkey to save 1 min/10 min replayHEAD1.5.0master
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 6bc2b0f..5285197 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gsr-ui', ['c', 'cpp'], version : '1.4.0', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
+project('gsr-ui', ['c', 'cpp'], version : '1.5.0', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
if get_option('buildtype') == 'debug'
add_project_arguments('-g3', language : ['c', 'cpp'])