Referring to the prescribed versioning strategy as prescribed by Dataminer docs, it suggests that system changes have the 2nd versioning segment incremented. Looking at the examples provided, I'm wondering if the minor versioning segment is then cleared back to 1 or is it maintained?
Examples:
- 1.0.0.1 = Initial version supporting device firmware 10.0.x - 10.1.x.
- 1.1.0.1 = New range to support device firmware range 10.2.x.
Following this, which version update would be appropriate?
1.0.0.12 --> 1.1.0.1
1.0.0.12 --> 1.1.0.12
Hi Reza,
In your case it would be:
1.0.0.12 --> 1.1.0.1
Our version strategy always "resets" the minor change value as it is considered an incremental indication and for the new system version/firmware we have yet to make any increments.