Skip to content

Commit 2b061f2

Browse files
authored
Minor clarification
1 parent c1261ae commit 2b061f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development/versioning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Other toolboxes that depend on SPM use this information to check whether a compa
66
## Transition to calendar versioning
77
SPM is moving towards [calendar versioning](https://calver.org/).
88

9-
The new format is **YY.0M[.MICRO]**, where YY is the short year (e.g. 24 for the year 2024), 0M is the zero padded month (e.g. 06 for June or 12 for December) and .MICRO is an optional integer for patches.
9+
The proposed new format is **YY.0M[.MICRO]**, where YY is the short year (e.g. 24 for the year 2024), 0M is the zero padded month (e.g. 06 for June or 12 for December) and .MICRO is an optional integer for patches.
1010

11-
For backward compatibility, the version and release will operate as follows:
11+
For backward compatibility, the proposal is to set the version and release as follows:
1212

1313
- **Version**: SPMYY, where YY is the year of the most recent release, e.g. SPM24
1414
- **Release**: either 00.00 for the development version on Github or for a release: YY.0M[.MICRO], e.g. 24.07 for July 2024

0 commit comments

Comments
 (0)