Fix memory tracking performance regression (#2026)

* Fix memory tracking performance regression

* Set PTC version
This commit is contained in:
gdkchan 2021-02-16 19:16:20 -03:00 committed by GitHub
parent 715b605e95
commit 9d82d27df2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -22,7 +22,7 @@ namespace ARMeilleure.Translation.PTC
{
private const string HeaderMagic = "PTChd";
private const int InternalVersion = 1987; //! To be incremented manually for each change to the ARMeilleure project.
private const int InternalVersion = 2026; //! To be incremented manually for each change to the ARMeilleure project.
private const string ActualDir = "0";
private const string BackupDir = "1";