Skip to content

Commit f4951f8

Browse files
authored
Merge pull request #26 from chrbertsch/bump-version-to-1.0.alpha
bump version to 1.0.0-alpha.1
2 parents 54ed95e + e41edf2 commit f4951f8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/examples/fmi_ls_struct_manifest_example.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
xsi:noNamespaceSchemaLocation="../../schema/fmi3LayeredStandardStructManifest.xsd"
55
xmlns:fmi-ls="http://fmi-standard.org/fmi-ls-manifest"
66
fmi-ls:fmi-ls-name="org.fmi-standard.fmi-ls-struct"
7-
fmi-ls:fmi-ls-version="1.0.0"
7+
fmi-ls:fmi-ls-version="1.0.0-alpha.1"
88
fmi-ls:fmi-ls-description="Layered standard for structuring of variables"/>

docs/index.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
:source-highlighter: highlightjs
1414
:nofooter:
1515
:favicon: images/favicon.ico
16-
:revdate: unreleased
17-
:revnumber: 1.0
1816
:icons: font
1917

2018
Based on FMI 3.0, this layered standard defines how variables (especially parameters) of an FMU can be structured and grouped in a more flexible way than with the "structured naming convention" of the FMI Standard.
@@ -82,7 +80,7 @@ The manifest file signals to the importer that the FMU supports this layered sta
8280

8381
|`fmi-ls-version`
8482
| `\http://fmi-standard.org/fmi-ls-manifest`
85-
| `1.0.0`
83+
| `1.0.0-alpha.1`
8684
| Version of the layered standard. This layered standard uses semantic versioning, as defined in <<PW13>>.
8785

8886
|`fmi-ls-description`

0 commit comments

Comments
 (0)