FlatBuffers Version 25.1.24

This commit is contained in:
Derek Bailey
2025-01-24 16:34:24 -08:00
parent 9f94ceedbc
commit 0312061985
186 changed files with 253 additions and 240 deletions

View File

@@ -13,6 +13,8 @@
# 7. `goldens/generated_code.py`
# 8. `make -j`
# 9. Make sure the tests pass: `./flattests`
# 10. Do a search for the old version string in the code base. It should only
# appear in the changelog.
# Requires the xmlstarlet command.
# Install via: apt install xmlstarlet
@@ -113,3 +115,8 @@ grep -rl 'FLATBUFFERS_\d*' * --exclude=release.sh | xargs -i@ \
sed -i \
-e "s/\(FLATBUFFERS_\)[0-9]\{2\}.*()/\1$version_underscore()/g" \
@
echo "Updating MODULES.bazel..."
sed -i \
"3s/version = \".*\"/version = \"$version\"/" \
MODULE.bazel