Skip to content
Open

Start38 #3911

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MLS.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

% Define title for use by LaTeXML.
% An extended title is defined separately in the 'titlepage'.
\newcommand{\mlsversion}{3.7}
\newcommand{\mlsversion}{3.8-dev}
\newcommand{\mlsdate}{\today}
\title{Modelica\textsuperscript{\textregistered} Language Specification version~\mlsversion}

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ To get started there's a [tutorial for the language](Tutorial.md).

Version | Link | Published | Changes |
------- | ----------------------------------------------------------------- | --------| ---|
3.7-dev | [Master branch](https://github.com/modelica/ModelicaSpecification/tree/master) [HTML](https://specification.modelica.org/master/) [PDF](https://specification.modelica.org/master/MLS.pdf)| not yet | [HTML](https://github.com/modelica/ModelicaSpecification/blob/master/RationaleMCP/Changes/3_7/Readme.md) [Search](https://github.com/modelica/ModelicaSpecification/issues?q=label%3AM37+is%3Aclosed) |
3.8-dev | [Master branch](https://github.com/modelica/ModelicaSpecification/tree/master) [HTML](https://specification.modelica.org/master/) [PDF](https://specification.modelica.org/master/MLS.pdf)| not yet | [Search](https://github.com/modelica/ModelicaSpecification/issues?q=label%3AM38+is%3Aclosed) |
3.7 | [3.7 branch](https://github.com/modelica/ModelicaSpecification/tree/maint/3.7) [HTML](https://specification.modelica.org/maint/3.7/MLS.html)) [PDF](https://specification.modelica.org/maint/3.7/MLS.pdf)| 2026 | [HTML](https://github.com/modelica/ModelicaSpecification/blob/master/RationaleMCP/Changes/3_7/Readme.md) [Search](https://github.com/modelica/ModelicaSpecification/issues?q=label%3AM37+is%3Aclosed) |
3.6 | [3.6 branch](https://github.com/modelica/ModelicaSpecification/tree/maint/3.6) [HTML](https://specification.modelica.org/maint/3.6/MLS.html) [PDF](https://specification.modelica.org/maint/3.6/MLS.pdf)| 2023 | [Search](https://github.com/modelica/ModelicaSpecification/issues?q=label%3AM36+is%3Aclosed) [HTML](https://specification.modelica.org/maint/3.6/modelica-revision-history.html#modelica-3-6) |
3.5 | [3.5 branch](https://github.com/modelica/ModelicaSpecification/tree/maint/3.5) [HTML](https://specification.modelica.org/maint/3.5/MLS.html) [PDF](https://specification.modelica.org/maint/3.5/MLS.pdf)| 2021 | [HTML](https://specification.modelica.org/maint/3.6/modelica-revision-history.html#modelica-3-5) |
3.4 | [3.4 branch](https://github.com/modelica/ModelicaSpecification/tree/maint/3.4) [HTML](https://specification.modelica.org/maint/3.4/MLS.html) [PDF](https://modelica.org/documents/ModelicaSpec34.pdf) | 2017 | [HTML](https://specification.modelica.org/maint/3.6/modelica-revision-history.html#modelica-3-4) |
Expand Down