From 382e268981f9d8a34aff85df059609bfb3168569 Mon Sep 17 00:00:00 2001 From: Merry Date: Sun, 13 Mar 2022 01:50:52 +0000 Subject: [PATCH] increment ptc version --- 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 0431bea49..35bbc56e0 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 = 3179; //! To be incremented manually for each change to the ARMeilleure project. + private const uint InternalVersion = 3193; //! To be incremented manually for each change to the ARMeilleure project. private const string ActualDir = "0"; private const string BackupDir = "1";