formatVersion constant

int const formatVersion

The format this file is written in.

Separate from apiVersion: the file format can stay put while the API contract moves, and the reader has to be able to tell which changed.

Implementation

static const int formatVersion = 1;