From b02baec544d8f8bb45ebb42bc8850f3d343c3349 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Wed, 21 Jan 2026 12:51:19 +0100 Subject: [PATCH] Update gitattributes after file rename In a4b339f6144ae773af328db4f9ef13b24eb74b60 the file VERSION was renamed to VERSION_RAILCONTROL but the .gitattributes file wasn't which broke git archive exports. Fixes: a4b339f6144ae773af328db4f9ef13b24eb74b60 ("Fix compile problems on MacOS") --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 12020148..9a9970c0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ -VERSION export-subst +VERSION_RAILCONTROL export-subst VERSION_GIT_HASH export-subst VERSION_GIT_TIMESTAMP export-subst