merge/upstream-full #105

Manually merged
jabber.developer merged 407 commits from merge/upstream-full into master 2026-05-26 17:54:34 +00:00
204 changed files with 6002 additions and 27412 deletions
Showing only changes of commit af0dfcce70 - Show all commits

View File

@@ -575,7 +575,7 @@ endif
main_source = files('src/main.c')
# Generate git version header if in development
if get_option('buildtype') == 'release' or get_option('buildtype') == 'debugoptimized'
if get_option('buildtype') == 'debug' or get_option('buildtype') == 'debugoptimized'
git_branch = run_command('git', 'rev-parse', '--symbolic-full-name', '--abbrev-ref', 'HEAD',
check: false).stdout().strip()
git_revision = run_command('git', 'log', '--pretty=format:%h', '-n', '1',