Skip to content

Commit

Permalink
Update version [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed May 20, 2024
1 parent 10fc90c commit 3ad1c15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ExternData/Resources/BuildProjects/autotools/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Init
AC_PREREQ([2.63])
AC_INIT([ExternData],[3.0.4],[https://github.com/modelica-3rdparty/ExternData/issues],[ExternData],[https://github.com/modelica-3rdparty/ExternData])
AC_INIT([ExternData],[3.0.5],[https://github.com/modelica-3rdparty/ExternData/issues],[ExternData],[https://github.com/modelica-3rdparty/ExternData])

AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion ExternData/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -2432,6 +2432,6 @@ package ExternData "Library for data I/O of CSV, INI, JSON, MATLAB MAT, SSV, TIR
end ExternXML2File;
end Types;

annotation(uses(Modelica(version="4.0.0")), version="3.0.4",
annotation(uses(Modelica(version="4.0.0")), version="3.0.5",
Documentation(info="<html><p>Library <strong>ExternData</strong> is a Modelica utility library for data access of <a href=\"https://en.wikipedia.org/wiki/Comma-separated_values\">CSV</a>, <a href=\"https://en.wikipedia.org/wiki/INI_file\">INI</a>, <a href=\"https://en.wikipedia.org/wiki/JSON\">JSON</a>, <a href=\"https://en.wikipedia.org/wiki/MATLAB\">MATLAB</a> MAT, <a href=\"https://ssp-standard.org/\">SSV</a> (System Structure Parameter Values), TIR, <a href=\"https://en.wikipedia.org/wiki/Microsoft_Excel\">Excel</a> <a href=\"https://en.wikipedia.org/wiki/Microsoft_Excel#Binary\">XLS</a>/<a href=\"https://en.wikipedia.org/wiki/Microsoft_Excel#XML_Spreadsheet\">XLSX</a> and <a href=\"https://en.wikipedia.org/wiki/XML\">XML</a> files.</p></html>"));
end ExternData;

0 comments on commit 3ad1c15

Please sign in to comment.