From 3b7ad75c54a978b5d61c360aa4ff725c796a6a33 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Tue, 25 Jun 2024 18:39:26 -0700 Subject: [PATCH] Update gitattributes --- .gitattributes | 2 +- bugreport/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',