Skip to content

Commit

Permalink
Bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
olivluca committed Jan 19, 2017
1 parent c913c39 commit be86ebe
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions RackCtlsPkg.lpk
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="3">
<Package Version="4">
<PathDelim Value="\"/>
<Name Value="RackCtlsPkg"/>
<Type Value="RunAndDesignTime"/>
<AddToProjectUsesSection Value="True"/>
<Author Value="Simon Reinhardt - Lazarus adaptation: Luca Olivetti"/>
<CompilerOptions>
<Version Value="8"/>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
<Parsing>
<SyntaxOptions>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
</CompilerOptions>
<Description Value="Collection of components with an &quot;Hi-fi system&quot; appearance: TLEDButton (button with a LED display), TLEDButtonPanel (its matching panel), TScrewPanel (a panel with screws), TLEDDisplay (7-segment LED display for numerical values) and TLEDMeter (LED bar graph, Vu-meter style).
"/>
<License Value="Public Domain
"/>
<Version Major="1" Minor="20" Release="3"/>
<Version Major="1" Minor="20" Release="4"/>
<Files Count="4">
<Item1>
<Filename Value="RackCtls.pas"/>
Expand All @@ -38,7 +42,6 @@
<Type Value="Include"/>
</Item4>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="IDEIntf"/>
Expand All @@ -52,7 +55,7 @@
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)\"/>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
Expand Down

0 comments on commit be86ebe

Please sign in to comment.