BOLT_FORMAT_VERSION
The archive format version written into every segment header.
A format whose whole rationale is "read by future versions of the code that wrote it" must be able to say which version wrote it. Retrofitting a version field into a versionless format is exactly the expensive change fixing it now avoids.