Skip to content

Commit

Permalink
Change version number in AixLib #1171 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraMaier committed Jan 27, 2022
1 parent a2149d0 commit 4bdc81f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions AixLib/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package AixLib
NcDataReader2(version="2.5.0"),
SDF(version="0.4.1"),
Modelica_DeviceDrivers(version="1.7.0")),
version = "1.0.2",
version = "1.0.3",
conversion(from(
version="0.3.2",
script="modelica://AixLib/Resources/Scripts/ConvertAixLib_from_0.3.2_to_0.4.mos",
Expand Down Expand Up @@ -78,7 +78,10 @@ package AixLib
version="0.12.0",
script="modelica://AixLib/Resources/Scripts/ConvertAixLib_from_0.12.0_to_0.12.1.mos",
version="1.0.1",
script="modelica://AixLib/Resources/Scripts/ConvertAixLib_from_1.0.1_to_1.0.2.mos")),
script="modelica://AixLib/Resources/Scripts/ConvertAixLib_from_1.0.1_to_1.0.2.mos",
version="1.0.2",
script="modelica://AixLib/Resources/Scripts/ConvertAixLib_from_1.0.2_to_1.0.3.mos")),
Documentation(info = "<html><p>
The free open-source <code>AixLib</code> library is being developed
Expand Down

0 comments on commit 4bdc81f

Please sign in to comment.