classrevisionId
revisionId
Extends from ModelicaReference.Icons.Information (Icon for general information packages).
Information
Revision identifier of the version management system used to manage this library. It marks the latest submitted change to any file belonging to the package.
Syntax
annotation"(" revisionId "=" STRING ")"
Description
“revisionId” is a tool specific revision identifier possibly generated by a source code management system (e.g., Subversion or Git). This information allows to exactly identify the library source code in the source code management system.
Examples
package Modelica
annotation(version = "3.2.3",
versionDate = "2018-08-01",
dateModified = "2018-12-12 07:40:19Z",
revisionId = "c04e23a0d 2018-08-01 12:00:00 +0200");
...
end Modelica;