Skip to content

Commit 11f2cb5

Browse files
committed
v9
1 parent 085cb51 commit 11f2cb5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bgracontrols.lpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</CompilerOptions>
3434
<Description Value="BGRA Controls is a set of graphical UI elements that you can use with Lazarus LCL applications."/>
3535
<License Value="Modified LGPL"/>
36-
<Version Major="8"/>
36+
<Version Major="9"/>
3737
<Files Count="69">
3838
<Item1>
3939
<Filename Value="atshapelinebgra.pas"/>

bgracontrolsinfo.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface
99
Classes, SysUtils;
1010

1111
const
12-
BGRAControlsVersion = 8000000;
12+
BGRAControlsVersion = 9000000;
1313

1414
function BGRAControlsVersionStr: string;
1515

bgrapascalscriptcomponent.lpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
1212
</SearchPaths>
1313
</CompilerOptions>
14-
<Version Major="8"/>
14+
<Version Major="9"/>
1515
<Files Count="3">
1616
<Item1>
1717
<Filename Value="bgrapascalscript.pas"/>

update_bgracontrols_force.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"ForceNotify" : true,
99
"InternalVersion" : 25,
1010
"Name" : "bgracontrols.lpk",
11-
"Version" : "8.0.0.0"
11+
"Version" : "9.0.0.0"
1212
},
1313
{
1414
"ForceNotify" : false,
1515
"InternalVersion" : 1,
1616
"Name" : "bgrapascalscriptcomponent.lpk",
17-
"Version" : "8.0.0.0"
17+
"Version" : "9.0.0.0"
1818
}
1919
]
2020
}

0 commit comments

Comments
 (0)