From 8500e3cf5b0b0ceb29520b49d71336c6430261b4 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 9 May 2025 11:31:08 +0200 Subject: Final release, read the README for more info --- meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meson.build') 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') -- cgit v1.2.3-70-g09d2