add module-specific version support
Currently, a single log format version is maintained for the entire Darshan log. We would like to support backwards compatibility on a per-module basis, so we only need to redefine module-specific log parsing utilities when a specific module changes its log format.
Probably easiest to just add an array of version numbers to the header, with each element indicating the version number of a specific module.