From f2087ca29e37e08b9e55250fe1b9cfd27287bae2 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Thu, 17 Feb 2022 23:52:42 -0300 Subject: [PATCH] PPTC version increment (#3139) --- ARMeilleure/Translation/PTC/Ptc.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARMeilleure/Translation/PTC/Ptc.cs b/ARMeilleure/Translation/PTC/Ptc.cs index c6bb0b4903..e46722b959 100644 --- a/ARMeilleure/Translation/PTC/Ptc.cs +++ b/ARMeilleure/Translation/PTC/Ptc.cs @@ -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 = 3061; //! To be incremented manually for each change to the ARMeilleure project. + private const uint InternalVersion = 3138; //! To be incremented manually for each change to the ARMeilleure project. private const string ActualDir = "0"; private const string BackupDir = "1";