Skip to content

Commit

Permalink
Bump version to 3.0-beta.1 (#1415)
Browse files Browse the repository at this point in the history
and update Reference-FMUs submodule
  • Loading branch information
t-sommer committed Apr 18, 2021
1 parent f6c9fd6 commit 02bef77
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docs/examples/alias_example.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<fmiModelDescription
fmiVersion="3.0-alpha.7"
fmiVersion="3.0-beta.1"
modelName=""
instantiationToken=""
description=""
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/build_description_complex.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<fmiBuildDescription fmiVersion="3.0-alpha.7">
<fmiBuildDescription fmiVersion="3.0-beta.1">

<BuildConfiguration modelIdentifier="PlantModel" description="Build configuration for desktop platforms">
<SourceFileSet language="C99">
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/build_description_simple.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<fmiBuildDescription fmiVersion="3.0-alpha.7">
<fmiBuildDescription fmiVersion="3.0-beta.1">

<BuildConfiguration modelIdentifier="PIDContoller">
<SourceFileSet>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/co_simulation.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<fmiModelDescription
fmiVersion="3.0-alpha.7"
fmiVersion="3.0-beta.1"
modelName="MyLibrary.SpringMassDamper"
instantiationToken="{8c4e810f-3df3-4a00-8276-176fa3c9f9e0}"
description="Rotational Spring Mass Damper System"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/co_simulation_early_return.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<fmiModelDescription
fmiVersion="3.0-alpha.7"
fmiVersion="3.0-beta.1"
modelName="MyLibrary.SpringMassDamper_Early_Return_example"
instantiationToken="{8c4e810f-3df3-4a00-8276-176fa3c9f9e0}"
description="Rotational Spring Mass Damper System"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/model_exchange.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<fmiModelDescription
fmiVersion="3.0-alpha.7"
fmiVersion="3.0-beta.1"
modelName="MyLibrary.SpringMassDamper"
instantiationToken="{8c4e810f-3df3-4a00-8276-176fa3c9f9e0}"
description="Rotational Spring Mass Damper System"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/model_structure_example1.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<fmiModelDescription
fmiVersion="3.0-alpha.7"
fmiVersion="3.0-beta.1"
modelName=""
instantiationToken=""
description=""
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/model_structure_example2.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<fmiModelDescription
fmiVersion="3.0-alpha.7"
fmiVersion="3.0-beta.1"
modelName=""
instantiationToken=""
description=""
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/model_structure_example3.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<fmiModelDescription
fmiVersion="3.0-alpha.7"
fmiVersion="3.0-beta.1"
modelName=""
instantiationToken=""
description=""
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/model_structure_example4.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<fmiModelDescription
fmiVersion="3.0-alpha.7"
fmiVersion="3.0-beta.1"
modelName=""
instantiationToken=""
description=""
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/scheduled_execution.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<fmiModelDescription fmiVersion="3.0-alpha.7" modelName="ThreeInputClocks" instantiationToken="ThreeInputClocks">
<fmiModelDescription fmiVersion="3.0-beta.1" modelName="ThreeInputClocks" instantiationToken="ThreeInputClocks">
<LogCategories>
<Category name="logStatusError" description="Log error messages"/>
</LogCategories>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/string_vector_example.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<fmiModelDescription
fmiVersion="3.0-alpha.7"
fmiVersion="3.0-beta.1"
modelName=""
instantiationToken=""
description=""
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/structural_parameter_example.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<fmiModelDescription
fmiVersion="3.0-alpha.7"
fmiVersion="3.0-beta.1"
modelName=""
instantiationToken=""
description=""
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/unit_definition.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<fmiModelDescription
fmiVersion="3.0-alpha.7"
fmiVersion="3.0-beta.1"
modelName=""
instantiationToken=""
description=""
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/variable_types.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<fmiModelDescription fmiVersion="3.0-alpha.7" modelName="VariableTypes" instantiationToken="">
<fmiModelDescription fmiVersion="3.0-beta.1" modelName="VariableTypes" instantiationToken="">

<CoSimulation modelIdentifier="VariableTypes"/>

Expand Down
2 changes: 1 addition & 1 deletion headers/fmi3FunctionTypes.h
Expand Up @@ -4,7 +4,7 @@
#include "fmi3PlatformTypes.h"

/*
This header file defines the data and function types of FMI 3.0-alpha.7.
This header file defines the data and function types of FMI 3.0-beta.1.
It must be used when compiling an FMU or an FMI importer.
Copyright (C) 2011 MODELISAR consortium,
Expand Down
4 changes: 2 additions & 2 deletions headers/fmi3Functions.h
Expand Up @@ -2,7 +2,7 @@
#define fmi3Functions_h

/*
This header file declares the functions of FMI 3.0-alpha.7.
This header file declares the functions of FMI 3.0-beta.1.
It must be used when compiling an FMU.
In order to have unique function names even if several FMUs
Expand Down Expand Up @@ -93,7 +93,7 @@ it may be set to __declspec(dllimport).
#endif

/* FMI version */
#define fmi3Version "3.0-alpha.7"
#define fmi3Version "3.0-beta.1"

/***************************************************
Common Functions
Expand Down
2 changes: 1 addition & 1 deletion headers/fmi3PlatformTypes.h
Expand Up @@ -2,7 +2,7 @@
#define fmi3PlatformTypes_h

/*
This header file defines the data types of FMI 3.0-alpha.7.
This header file defines the data types of FMI 3.0-beta.1.
It must be used by both FMU and FMI master.
Copyright (C) 2008-2011 MODELISAR consortium,
Expand Down
2 changes: 1 addition & 1 deletion schema/fmi3ModelDescription.xsd
Expand Up @@ -102,7 +102,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</xs:element>
<xs:element ref="Annotations" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="fmiVersion" fixed="3.0-alpha.7" use="required"/>
<xs:attribute name="fmiVersion" fixed="3.0-beta.1" use="required"/>
<xs:attribute name="modelName" type="xs:string" use="required"/>
<xs:attribute name="instantiationToken" type="xs:normalizedString" use="required"/>
<xs:attribute name="description" type="xs:string"/>
Expand Down

0 comments on commit 02bef77

Please sign in to comment.