Commit 06bfaba

Nick committed on
Bump file format version
commit 06bfabaf1ef665f276a7789e3dd5cec8ff9c1600 parent 72c18c3
2 changed files +2−2
ModifiedGBEmu.lpi +1−1
@@ -395,7 +395,7 @@
395 </Verbosity> 395 </Verbosity>
396 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dDEVELOPMENT"/> 396 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -dDEVELOPMENT"/>
397 <ExecuteAfter> 397 <ExecuteAfter>
398 <Command Value="$MakeExe(ide,$Path($(CompPath))/instantfpc) --compiler=&quot;$(CompPath)&quot; PostBuild.pas &quot;$Path($(TargetFile))&quot; -d"/> 398 <Command Value="$MakeExe(ide,$Path($(CompPath))/instantfpc) --compiler=&quot;$(CompPath)&quot; PostBuild.pas &quot;$Path($(TargetFile))&quot;"/>
399 </ExecuteAfter> 399 </ExecuteAfter>
400 </Other> 400 </Other>
401 </CompilerOptions> 401 </CompilerOptions>
Modifiedconstants.pas +1−1
@@ -20,7 +20,7 @@ const
20 clGameboyBlack = TColor($211807); 20 clGameboyBlack = TColor($211807);
21 clGameboyMidGreen = TColor($6CC086); 21 clGameboyMidGreen = TColor($6CC086);
22 22
23 UGE_FORMAT_VERSION = 3; 23 UGE_FORMAT_VERSION = 4;
24 24
25 INSTRUMENTS_COUNT = 45; 25 INSTRUMENTS_COUNT = 45;
26 ROUTINES_COUNT = 16; 26 ROUTINES_COUNT = 16;