Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tbeu committed Sep 30, 2017
1 parent 56acdaf commit d9875bc
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],[2.2.0],[https://github.com/tbeu/ExternData/issues],[ExternData],[https://github.com/tbeu/ExternData])
AC_INIT([ExternData],[2.3.0],[https://github.com/tbeu/ExternData/issues],[ExternData],[https://github.com/tbeu/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 @@ -1171,6 +1171,6 @@ package ExternData "Library for data I/O of CSV, INI, JSON, MATLAB MAT, TIR, Exc
end ExternXMLFile;
end Types;

annotation(uses(Modelica(version="3.2.2")), version="2.2.0",
annotation(uses(Modelica(version="3.2.2")), version="2.3.0",
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://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 d9875bc

Please sign in to comment.