Skip to content

Commit

Permalink
v9.0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lainz committed Jun 3, 2024
1 parent a58ecfb commit 9b23b45
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bgracontrols.lpk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</CompilerOptions>
<Description Value="BGRA Controls is a set of graphical UI elements that you can use with Lazarus LCL applications."/>
<License Value="Modified LGPL"/>
<Version Major="9" Release="1" Build="4"/>
<Version Major="9" Release="1" Build="5"/>
<Files Count="70">
<Item1>
<Filename Value="atshapelinebgra.pas"/>
Expand Down
2 changes: 1 addition & 1 deletion bgracontrolsinfo.pas
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface
Classes, SysUtils;

const
BGRAControlsVersion = 9000104;
BGRAControlsVersion = 9000105;

function BGRAControlsVersionStr: string;

Expand Down
2 changes: 1 addition & 1 deletion bgrapascalscriptcomponent.lpk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Version Major="9" Release="1" Build="4"/>
<Version Major="9" Release="1" Build="5"/>
<Files Count="3">
<Item1>
<Filename Value="bgrapascalscript.pas"/>
Expand Down
4 changes: 2 additions & 2 deletions update_bgracontrols_force.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"ForceNotify" : true,
"InternalVersion" : 25,
"Name" : "bgracontrols.lpk",
"Version" : "9.0.1.4"
"Version" : "9.0.1.5"
},
{
"ForceNotify" : false,
"InternalVersion" : 1,
"Name" : "bgrapascalscriptcomponent.lpk",
"Version" : "9.0.1.4"
"Version" : "9.0.1.5"
}
]
}

0 comments on commit 9b23b45

Please sign in to comment.