Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Briefly, what does this PR introduce? Podio supports schema evolution. This adds the `schema_version` as an integer composed of major and minor version number. No changes have been added that require a schema evolution specification. Regrettably, this add yet another location where the version number needs to be kept track off, so we now have: - CMakeLists.txt project version - edm4eic.yaml schema_version - tagged release version ### What kind of change does this PR introduce? - [ ] Bug fix (issue #__) - [x] New feature (issue: add schema version) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? No. ### Does this PR change default behavior? No.
- Loading branch information