diff --git a/.gitattributes b/.gitattributes index 5215e82..7dedafb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ /version-info ident -meson.build ident +*/meson.build ident diff --git a/bugreport/meson.build b/bugreport/meson.build index 2759062..d5b4d35 100644 --- a/bugreport/meson.build +++ b/bugreport/meson.build @@ -37,7 +37,7 @@ version_data.set_quoted('BUILD_DATE', build_date) version_data.set_quoted('BUILD_HOST', build_host) version_data.set_quoted('BUILD_COMPILER', compiler_version) version_data.set_quoted('BUILD_TARGET', built_for) -version_data.set_quoted('BUILD_VERSION_INFO_IDENT', '$Id: 1fa3db9a6ccf7a84723ee4cb69fd3eac1b1f57e6 $') +version_data.set_quoted('BUILD_VERSION_INFO_IDENT', '$Id$') version_info_h = configure_file( input: 'version-info.h.meson',