This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 72e5fc4b801f55228a429307eff9dbd0fa633120 Author: Marvin Scholz <[email protected]> AuthorDate: Tue Apr 28 15:31:17 2026 +0200 Commit: michaelni <[email protected]> CommitDate: Fri Sep 4 19:21:19 2026 +0000 ffbuild/version.sh: rename VERSION file to FF_VERSION This avoids conflicts with the C++ version header. Fix #22574 --- ffbuild/version.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ffbuild/version.sh b/ffbuild/version.sh index edc4dd33c5..1c6f70ba21 100755 --- a/ffbuild/version.sh +++ b/ffbuild/version.sh @@ -34,8 +34,8 @@ test "$revision" || revision=$(cd "$1" && cat RELEASE 2> /dev/null) # Append the Git hash if we have one test "$revision" && test "$git_hash" && revision="$revision-$git_hash" -# releases extract the version number from the VERSION file -version=$(cd "$1" && cat VERSION 2> /dev/null) +# releases extract the version number from the FF_VERSION file +version=$(cd "$1" && cat FF_VERSION 2> /dev/null) test "$version" || version=$revision test -n "$3" && version=$version-$3 -- To stop receiving notification emails like this one, please contact [email protected]. _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
