Skip to content

Commit

Permalink
Removed last digit of versioning to match semantic versioning.
Browse files Browse the repository at this point in the history
Set released flag.
  • Loading branch information
sagatowski committed Aug 14, 2024
1 parent ec984d3 commit fac42a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions TcUnit/TcUnit/TcUnit.plcproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Implicit_Jitter_Distribution>{9ba5f403-6725-42f3-958a-e49cc23e0e00}</Implicit_Jitter_Distribution>
<LibraryReferences>{d4c50e9b-48cc-4451-9f8a-44fa2a49ee45}</LibraryReferences>
<CombineIds>true</CombineIds>
<Released>false</Released>
<Released>true</Released>
<Title>TcUnit</Title>
<DefaultNamespace>TcUnit</DefaultNamespace>
<Description>TwinCAT unit testing framework.
Expand All @@ -32,7 +32,7 @@ Documentation and examples are available at www.tcunit.org</Description>
</SelectedLibraryCategories>
<Company>www.tcunit.org</Company>
<Author>Jakob Sagatowski and contributors</Author>
<ProjectVersion>1.3.1.0</ProjectVersion>
<ProjectVersion>1.3.1</ProjectVersion>
<WriteProductVersion>false</WriteProductVersion>
<!-- <OutputType>Exe</OutputType>
<RootNamespace>MyApplication</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion TcUnit/TcUnit/Version/Global_Version.TcGVL
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_TcUnit : ST_LibVersion := (iMajor := 1, iMinor := 3, iBuild := 1, iRevision := 0, nFlags := 0, sVersion := '1.3.1.0');
stLibVersion_TcUnit : ST_LibVersion := (iMajor := 1, iMinor := 3, iBuild := 1, iRevision := 0, nFlags := 1, sVersion := '1.3.1');
END_VAR
]]></Declaration>
</GVL>
Expand Down

0 comments on commit fac42a5

Please sign in to comment.