diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2021-02-16 19:16:20 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-17 09:16:20 +1100 |
| commit | 9d82d27df2d28c96f854b050c65e58eb1a48a22d (patch) | |
| tree | a7e93232f788ab11dea5f93ad51dbdc5b3ac3af8 /ARMeilleure/Translation | |
| parent | 715b605e9541cd5a7e4cce7609d96dbc41cd0326 (diff) | |
Fix memory tracking performance regression (#2026)
* Fix memory tracking performance regression
* Set PTC version
Diffstat (limited to 'ARMeilleure/Translation')
| -rw-r--r-- | ARMeilleure/Translation/PTC/Ptc.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ARMeilleure/Translation/PTC/Ptc.cs b/ARMeilleure/Translation/PTC/Ptc.cs index f3f209f0..40d2ad5c 100644 --- a/ARMeilleure/Translation/PTC/Ptc.cs +++ b/ARMeilleure/Translation/PTC/Ptc.cs @@ -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"; |
