aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-05-09 11:31:08 +0200
committerdec05eba <dec05eba@protonmail.com>2025-05-09 11:31:08 +0200
commit8500e3cf5b0b0ceb29520b49d71336c6430261b4 (patch)
tree2d8e8a1e1a79687365207d3909f1ff7c0f7f5b1e /meson.build
parent8ce9531ffa579ad5bd42f94b63c087b5d5f374e8 (diff)
Final release, read the README for more infoHEAD5.7.0master
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 2ebf566..2d091ea 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.6.0', default_options : ['warning_level=2'])
+project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.7.0', default_options : ['warning_level=2'])
add_project_arguments('-Wshadow', language : ['c', 'cpp'])
if get_option('buildtype') == 'debug'
@@ -33,7 +33,6 @@ executable('gpu-screen-recorder-gtk',
)
install_data(files('com.dec05eba.gpu_screen_recorder.desktop'), install_dir : join_paths(prefix, datadir, 'applications'))
-install_data(files('com.dec05eba.gpu_screen_recorder.appdata.xml'), install_dir : join_paths(prefix, datadir, 'metainfo'))
install_subdir('icons/hicolor', install_dir : icons_path)
gnome = import('gnome')