Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
Preparing for release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Johnsson committed Nov 6, 2017
1 parent 7641324 commit dcc15ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -136,7 +136,7 @@ endif()

ExternalProject_Add(
fmil
SVN_REPOSITORY "https://svn.jmodelica.org/FMILibrary/tags/2.0.3b1"
SVN_REPOSITORY "https://svn.jmodelica.org/FMILibrary/tags/2.0.3"
PREFIX "${FMUCHK_BUILD}/FMIL"
SOURCE_DIR "${FMUCHK_FMIL_HOME_DIR}"
CMAKE_CACHE_ARGS ${FMIL_SETTINGS}
Expand Down
5 changes: 5 additions & 0 deletions RELEASE-NOTES.md
@@ -1,5 +1,10 @@
Release notes for FMI Compliance Checker (FMUChecker) application.

2017-11-06 Version 2.0.4
- Updates:
- Support for FMIL 2.0.3
- Solved compilation error related to vsnprintf on macOS.

2017-10-06 version 2.0.4b1
- Updates:
- Added check for calls with zero-size arrays (see 1.0.1 FMI spec p. 13).
Expand Down

0 comments on commit dcc15ab

Please sign in to comment.