1 diff --git i/src/meson.build w/src/meson.build
2 index 40c730a0..56f4e47d 100644
8 if fs.exists('../.git')
9 - vcs_tag(input: 'version.h.in', output: 'version.h')
10 + version_h = vcs_tag(input: 'version.h.in', output: 'version.h')[0]
12 config = configuration_data()
13 config.set ('VCS_TAG', glade_version)
15 + version_h = configure_file(
16 input: 'version.h.in',
23 +sources = [version_h] + files(
25 'glade-preferences.c',