Bumped the file format version number because of the new protocols added - HexDump, IGMP and MLD

This commit is contained in:
Srivats P. 2010-11-08 16:34:14 +05:30
parent 3fb011cae4
commit fd2c0c73d1

View File

@ -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);
};