Skip to content

Commit 05a0dc6

Browse files
committed
Increase version number
1 parent 7d5aa8f commit 05a0dc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Projects/Simba/Simba.lpi

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<UseVersionInfo Value="True"/>
1919
<MajorVersionNr Value="1"/>
2020
<MinorVersionNr Value="2"/>
21-
<BuildNr Value="4"/>
21+
<BuildNr Value="6"/>
2222
<Language Value="0809"/>
2323
<CharSet Value="04B0"/>
2424
<Attributes pvaDebug="True"/>
25-
<StringTable CompanyName="Villavu.com" FileDescription="Simba: http://wizzup.org/simba/" OriginalFilename="Simba.exe" ProductName="Simba" ProductVersion="1.2.0-RC4"/>
25+
<StringTable CompanyName="Villavu.com" FileDescription="Simba: http://wizzup.org/simba/" OriginalFilename="Simba.exe" ProductName="Simba" ProductVersion="1.2.0-RC6"/>
2626
</VersionInfo>
2727
<BuildModes Count="2">
2828
<Item1 Name="Debug" Default="True"/>

Units/MMLCore/mufasabase.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ interface
3434
{$I Simba.inc}
3535

3636
const
37-
SimbaVersion = 1204;
37+
SimbaVersion = 1206;
3838
SimbaMajor = 1200; // this should be 980 even if SimbaVersion is 981, etc
3939

4040
SimbaURL = {$IFDEF WINDOWS}

0 commit comments

Comments
 (0)