Update gitattributes

migrate-to-meson-build
nirenjan 2024-06-25 18:39:26 -07:00
parent 41d927504e
commit 3b7ad75c54
2 changed files with 2 additions and 2 deletions

2
.gitattributes vendored
View File

@ -1,2 +1,2 @@
/version-info ident /version-info ident
meson.build ident */meson.build ident

View File

@ -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_HOST', build_host)
version_data.set_quoted('BUILD_COMPILER', compiler_version) version_data.set_quoted('BUILD_COMPILER', compiler_version)
version_data.set_quoted('BUILD_TARGET', built_for) 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( version_info_h = configure_file(
input: 'version-info.h.meson', input: 'version-info.h.meson',