Update readme (desktop portal info)

This commit is contained in:
dec05eba
2024-07-15 19:30:20 +02:00
parent 32b1cc2df9
commit 9ba92ebad5
3 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
project('gpu-screen-recorder', ['c', 'cpp'], version : '3.8.0', default_options : ['warning_level=2'])
project('gpu-screen-recorder', ['c', 'cpp'], version : '4.0.0', default_options : ['warning_level=2'])
add_project_arguments('-Wshadow', language : ['c', 'cpp'])
if get_option('buildtype') == 'debug'