Skip to content

Commit

Permalink
v6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lainz committed Sep 27, 2020
1 parent 5761bef commit 72eca21
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="6" Minor="8"/>
<Version Major="6" Minor="9"/>
<Files Count="59">
<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 = 6080000;
BGRAControlsVersion = 6090000;

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="6" Minor="8"/>
<Version Major="6" Minor="9"/>
<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" : "6.8.0.0"
"Version" : "6.9.0.0"
},
{
"ForceNotify" : false,
"InternalVersion" : 1,
"Name" : "bgrapascalscriptcomponent.lpk",
"Version" : "6.8.0.0"
"Version" : "6.9.0.0"
}
]
}

0 comments on commit 72eca21

Please sign in to comment.