Changes between Initial Version and Version 1 of Ticket #4134, comment 11
- Timestamp:
- 2019-04-10T05:14:37Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4134, comment 11
initial v1 1 1 OpenModelica assumes some part of semantic versioning. So if you ask for "3.2.1" and it doesn't exist, it assumes 3.2.2 is a good substitute. It does not assume if you ask for 3.2.2, 3.2.1 works though (as semantic versioning would allow). 2 3 If we had support for conversion scripts, that would help slightly to make sure.