Explorar o código

Fix PTC version increment from #1433 (#1462)

mageven %!s(int64=5) %!d(string=hai) anos
pai
achega
9c6a3aacc2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ARMeilleure/Translation/PTC/Ptc.cs

+ 1 - 1
ARMeilleure/Translation/PTC/Ptc.cs

@@ -20,7 +20,7 @@ namespace ARMeilleure.Translation.PTC
     {
         private const string HeaderMagic = "PTChd";
 
-        private const int InternalVersion = 19; //! To be incremented manually for each change to the ARMeilleure project.
+        private const int InternalVersion = 20; //! To be incremented manually for each change to the ARMeilleure project.
 
         private const string BaseDir = "Ryujinx";