Przeglądaj źródła

PPTC version increment (#3139)

gdkchan 4 lat temu
rodzic
commit
f2087ca29e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      ARMeilleure/Translation/PTC/Ptc.cs

+ 1 - 1
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";