Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPeel committed Jul 12, 2016
1 parent 35e6584 commit 9acafbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Projects/Simba/Simba.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="1"/>
<MinorVersionNr Value="2"/>
<BuildNr Value="3"/>
<BuildNr Value="4"/>
<Language Value="0809"/>
<CharSet Value="04B0"/>
<Attributes pvaDebug="True"/>
<StringTable CompanyName="Villavu.com" FileDescription="Simba: http://wizzup.org/simba/" OriginalFilename="Simba.exe" ProductName="Simba" ProductVersion="1.2.0-RC3"/>
<StringTable CompanyName="Villavu.com" FileDescription="Simba: http://wizzup.org/simba/" OriginalFilename="Simba.exe" ProductName="Simba" ProductVersion="1.2.0-RC4"/>
</VersionInfo>
<BuildModes Count="1">
<Item1 Name="default" Default="True"/>
Expand Down
2 changes: 1 addition & 1 deletion Units/MMLCore/mufasabase.pas
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ interface
{$I Simba.inc}

const
SimbaVersion = 1203;
SimbaVersion = 1204;
SimbaMajor = 1200; // this should be 980 even if SimbaVersion is 981, etc

SimbaURL = {$IFDEF WINDOWS}
Expand Down

0 comments on commit 9acafbc

Please sign in to comment.