Skip to content

Commit

Permalink
Update gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
nirenjan committed Jun 26, 2024
1 parent 41d9275 commit 3b7ad75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/version-info ident
meson.build ident
*/meson.build ident
2 changes: 1 addition & 1 deletion bugreport/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3b7ad75

Please sign in to comment.