Skip to content

Commit

Permalink
update ARMeillure internal version
Browse files Browse the repository at this point in the history
I forgot to include this change in the previous commit
  • Loading branch information
LotP1 committed Nov 29, 2024
1 parent 90b57a7 commit 64cbc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ARMeilleure/Translation/PTC/Ptc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Ptc : IPtcLoadState
private const string OuterHeaderMagicString = "PTCohd\0\0";
private const string InnerHeaderMagicString = "PTCihd\0\0";

private const uint InternalVersion = 6992; //! To be incremented manually for each change to the ARMeilleure project.
private const uint InternalVersion = 6997; //! To be incremented manually for each change to the ARMeilleure project.

private const string ActualDir = "0";
private const string BackupDir = "1";
Expand Down

0 comments on commit 64cbc15

Please sign in to comment.