Skip to content

Commit

Permalink
Created build 1.0.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
fisothemes committed Sep 10, 2023
1 parent aa79f5b commit 671a84d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added builds/1.0.3.20/TcDynCollections.library
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ END_VAR]]></Declaration>
<ST><![CDATA[F_GetVersion.iMajor := 1;
F_GetVersion.iMinor := 0;
F_GetVersion.iBuild := 3;
F_GetVersion.iRevision := 19;
F_GetVersion.iRevision := 20;
]]></ST>
</Implementation>
</POU>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Title>TwinCat Dynamic Collections</Title>
<Author>Goodwill Mzumala</Author>
<DefaultNamespace>TcDynCollections</DefaultNamespace>
<ProjectVersion>1.0.3.19</ProjectVersion>
<ProjectVersion>1.0.3.20</ProjectVersion>
<DocFormat>reStructuredText</DocFormat>
<Description>A library for handling collections of data dynamically in TwinCAT.</Description>
<CombineIds>true</CombineIds>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// This function has been automatically generated from the project information.
VAR_GLOBAL CONSTANT
{attribute 'const_non_replaced'}
stLibVersion_TwinCat_Dynamic_Collections : ST_LibVersion := (iMajor := 1, iMinor := 0, iBuild := 3, iRevision := 19, nFlags := 0, sVersion := '1.0.3.19');
stLibVersion_TwinCat_Dynamic_Collections : ST_LibVersion := (iMajor := 1, iMinor := 0, iBuild := 3, iRevision := 20, nFlags := 0, sVersion := '1.0.3.20');
END_VAR
]]></Declaration>
</GVL>
Expand Down

0 comments on commit 671a84d

Please sign in to comment.