mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 20:15:34 +00:00
This fixes two problems: 1. The project could be build when using own tags which does not follow the pattern v<major>.<minor>.<patch>. 2. The case "tag points to the commit" will be handled correctly by setting VERSION_COMMIT to 0. This commit resolves https://github.com/google/flatbuffers/issues/7472 Co-authored-by: Axel Sommerfeldt <axel.sommerfeldt@gmail.com>