diff options
author | gdkchan <gab.dark.100@gmail.com> | 2022-02-17 23:52:42 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 23:52:42 -0300 |
commit | f2087ca29e37e08b9e55250fe1b9cfd27287bae2 (patch) | |
tree | f97cb895a6e67bcb11d388d090b9797cab031cde | |
parent | 92d166ecb7e5b29a27bffd77754d8e592435ee6b (diff) |
PPTC version increment (#3139)1.1.45
-rw-r--r-- | ARMeilleure/Translation/PTC/Ptc.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ARMeilleure/Translation/PTC/Ptc.cs b/ARMeilleure/Translation/PTC/Ptc.cs index c6bb0b49..e46722b9 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"; |