Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
overtaker committed Sep 22, 2021
1 parent 7c7cd0d commit c36e551
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion ExternData/Resources/BuildProjects/autotools/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lib_LTLIBRARIES = libbsxml-json.la libED_INIFile.la libED_JSONFile.la libED_MATFile.la libED_XLSFile.la libED_XLSXFile.la libED_XMLFile.la libexpat.la libzlib.la libparson.la
lib_LTLIBRARIES = libbsxml-json.la libED_INIFile.la libED_JSONFile.la libED_MATFile.la libED_XLSFile.la libED_XLSXFile.la libED_XMLFile.la libED_XML2File.la libexpat.la libzlib.la libparson.la

libbsxml_json_la_SOURCES = \
../../C-Sources/bsxml-json/array.c \
Expand Down Expand Up @@ -31,6 +31,9 @@ libED_XLSXFile_la_SOURCES = \
libED_XMLFile_la_SOURCES = \
../../C-Sources/ED_XMLFile.c

libED_XML2File_la_SOURCES = \
../../C-Sources/ED_XML2File.c

libexpat_la_SOURCES = \
../../C-Sources/expat/lib/xmlparse.c \
../../C-Sources/expat/lib/xmlrole.c \
Expand Down
4 changes: 2 additions & 2 deletions 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.1],[https://github.com/modelica-3rdparty/ExternData/issues],[ExternData],[https://github.com/modelica-3rdparty/ExternData])
AC_INIT([ExternData],[3.0.2],[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 All @@ -15,7 +15,7 @@ AC_PROG_CPP
AC_PROG_MAKE_SET
LT_INIT([disable-shared])

CPPFLAGS="$CPPFLAGS -DHAVE_MEMMOVE=1 -DHAVE_ZLIB=1 -DHAVE_HDF5=1 -DNDEBUG -DXML_POOR_ENTROPY -I../../C-Sources/ -I../../C-Sources/bsxml-json -I../../C-Sources/expat/lib -I../../C-Sources/hdf5/include -I../../C-Sources/inih -I../../C-Sources/libxls/include -I../../C-Sources/minizip -I../../C-Sources/modelica -I../../C-Sources/zlib -I../../C-Sources/parson"
CPPFLAGS="$CPPFLAGS -DHAVE_MEMMOVE=1 -DHAVE_ZLIB=1 -DHAVE_HDF5=1 -DNDEBUG -DXML_POOR_ENTROPY -I../../C-Sources/ -I../../C-Sources/bsxml-json -I../../C-Sources/expat/lib -I../../C-Sources/hdf5/include -I../../C-Sources/inih -I../../C-Sources/libxls/include -I../../C-Sources/minizip -I../../C-Sources/modelica -I../../C-Sources/zlib -I../../C-Sources/parson -I../../C-Sources/libxml2/include"

if test "$libdir" = '${exec_prefix}/lib'; then
# It is hard to detect where to put the libraries if we cross-compile. Let the tool decide where to put it.
Expand Down
2 changes: 1 addition & 1 deletion ExternData/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -2428,6 +2428,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.1",
annotation(uses(Modelica(version="4.0.0")), version="3.0.2",
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 c36e551

Please sign in to comment.