Ptc and PtcProfiler must be invalidated.

This commit is contained in:
LDj3SNuD 2022-09-25 04:35:43 +02:00
parent 8a8637b36a
commit f5b0ad9d7d
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ namespace ARMeilleure.Translation.PTC
private const string OuterHeaderMagicString = "PTCohd\0\0";
private const string InnerHeaderMagicString = "PTCihd\0\0";
private const uint InternalVersion = 3695; //! To be incremented manually for each change to the ARMeilleure project.
private const uint InternalVersion = 3721; //! To be incremented manually for each change to the ARMeilleure project.
private const string ActualDir = "0";
private const string BackupDir = "1";

View file

@ -20,7 +20,7 @@ namespace ARMeilleure.Translation.PTC
{
private const string OuterHeaderMagicString = "Pohd\0\0\0\0";
private const uint InternalVersion = 1866; //! Not to be incremented manually for each change to the ARMeilleure project.
private const uint InternalVersion = 3721; //! Not to be incremented manually for each change to the ARMeilleure project.
private const int SaveInterval = 30; // Seconds.