Bumped the file format version number because of the new protocols added - HexDump, IGMP and MLD
This commit is contained in:
parent
3fb011cae4
commit
fd2c0c73d1
@ -49,7 +49,7 @@ private:
|
||||
// Native file format version
|
||||
static const uint kFileFormatVersionMajor = 0;
|
||||
static const uint kFileFormatVersionMinor = 1;
|
||||
static const uint kFileFormatVersionRevision = 1;
|
||||
static const uint kFileFormatVersionRevision = 2;
|
||||
|
||||
void initFileMetaData(OstProto::FileMetaData &metaData);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user