Turn Copy into Fill in HybridAllocator (#2010)

* Turn Copy into Fill in HybridAllocator

* Set PTC internal verison
This commit is contained in:
FICTURE7 2021-02-21 21:33:59 +04:00 committed by GitHub
parent 8cdb50d703
commit 1586880114
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

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