Please Explain the new File Exchange Versioning Number
1 view (last 30 days)
Show older comments
Jason Nicholson
on 21 Aug 2018
Answered: Walter Roberson
on 21 Aug 2018
The new File Exchange versioning uses four numbers. Please explain what each number represents. For example, 2.1.4.2.
0 Comments
Accepted Answer
Walter Roberson
on 21 Aug 2018
They mean whatever the author wants them to mean.
one source hints major.minor.patch.build
The article at https://en.wikipedia.org/wiki/Software_versioning suggests that 3 levels are common, major.minor.patch .
If your own tracking uses fewer than 4 components, you can always use 0 for the trailing components.
0 Comments
More Answers (0)
See Also
Categories
Find more on Environment and Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!