lainz vor 9 Jahren
Ursprung
Commit
eed2b75d3b

+ 1 - 1
bgracontrols.lpk

@@ -25,7 +25,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="4" Minor="3" Release="1"/>
+    <Version Major="4" Minor="3" Release="1" Build="1"/>
     <Files Count="41">
       <Item1>
         <Filename Value="bcbasectrls.pas"/>

+ 1 - 0
bgrapascalscriptcomponent.lpk

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

+ 0 - 1
bgrapascalscriptcomponent.pas

@@ -4,7 +4,6 @@
 
 unit bgrapascalscriptcomponent;
 
-{$warn 5023 off : no warning about unused units}
 interface
 
 uses

+ 4 - 4
update_bgracontrols_force.json

@@ -5,16 +5,16 @@
   },
   "UpdatePackageFiles" : [
     {
-      "ForceNotify" : true,
+      "ForceNotify" : false,
       "InternalVersion" : 1,
       "Name" : "bgracontrols.lpk",
-      "Version" : "4.3.1.0"
+      "Version" : "4.3.1.1"
     },
     {
-      "ForceNotify" : true,
+      "ForceNotify" : false,
       "InternalVersion" : 1,
       "Name" : "bgrapascalscriptcomponent.lpk",
-      "Version" : "0.0.0.0"
+      "Version" : "1.0.0.0"
     }
   ]
 }