lainz 6 years ago
parent
commit
bdb2c2655d
4 changed files with 7 additions and 7 deletions
  1. 1 1
      bgracontrols.lpk
  2. 1 1
      bgracontrolsinfo.pas
  3. 1 1
      bgrapascalscriptcomponent.lpk
  4. 4 4
      update_bgracontrols_force.json

+ 1 - 1
bgracontrols.lpk

@@ -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="1"/>
+    <Version Major="6" Minor="2"/>
     <Files Count="53">
       <Item1>
         <Filename Value="bcbasectrls.pas"/>

+ 1 - 1
bgracontrolsinfo.pas

@@ -8,7 +8,7 @@ uses
   Classes, SysUtils;
 
 const
-  BGRAControlsVersion = 6010000;
+  BGRAControlsVersion = 6020000;
 
   function BGRAControlsVersionStr: string;
 

+ 1 - 1
bgrapascalscriptcomponent.lpk

@@ -11,7 +11,7 @@
         <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
       </SearchPaths>
     </CompilerOptions>
-    <Version Major="6" Minor="1"/>
+    <Version Major="6" Minor="2"/>
     <Files Count="3">
       <Item1>
         <Filename Value="bgrapascalscript.pas"/>

+ 4 - 4
update_bgracontrols_force.json

@@ -6,15 +6,15 @@
   "UpdatePackageFiles" : [
     {
       "ForceNotify" : true,
-      "InternalVersion" : 23,
+      "InternalVersion" : 24,
       "Name" : "bgracontrols.lpk",
-      "Version" : "6.1.0.0"
+      "Version" : "6.2.0.0"
     },
     {
       "ForceNotify" : false,
       "InternalVersion" : 1,
       "Name" : "bgrapascalscriptcomponent.lpk",
-      "Version" : "1.0.0.0"
+      "Version" : "6.2.0.0"
     }
   ]
-}
+}