PDB: Don't bump the version unnecessarily

The version field of the producer should be enough to determine the
difference
This commit is contained in:
Mike Auty
2021-03-13 18:50:29 +00:00
parent 638d73b822
commit 5d77a7ca6b
@@ -277,7 +277,7 @@ class PdbReader:
self.symbols = {} # type: Dict[str, Any]
self._omap_mapping = [] # type: List[Tuple[int, int]]
self._sections = [] # type: List[interfaces.objects.ObjectInterface]
self.metadata = {"format": "6.1.1", "windows": {}}
self.metadata = {"format": "6.1.0", "windows": {}}
self._database_name = database_name
@property