diff options
| author | FICTURE7 <FICTURE7@gmail.com> | 2020-09-07 06:52:17 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-07 12:52:17 +1000 |
| commit | 4c7bebf3e691f356eaa595ee395690d740162e2f (patch) | |
| tree | ddc54db803bcfc7aa0806adfb2a3a2b95b7e5821 /ARMeilleure/Translation | |
| parent | 6aef27166101a0f733f9bfdfeb268fdc45048550 (diff) | |
Do not emit StoreToContext before Return (#1537)
* Do not emit StoreToContext before Return
* Set PPTC version
Diffstat (limited to 'ARMeilleure/Translation')
| -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 8ca83583..eebf8075 100644 --- a/ARMeilleure/Translation/PTC/Ptc.cs +++ b/ARMeilleure/Translation/PTC/Ptc.cs @@ -21,7 +21,7 @@ namespace ARMeilleure.Translation.PTC { private const string HeaderMagic = "PTChd"; - private const int InternalVersion = 1522; //! To be incremented manually for each change to the ARMeilleure project. + private const int InternalVersion = 1537; //! To be incremented manually for each change to the ARMeilleure project. private const string ActualDir = "0"; private const string BackupDir = "1"; |
