Skip to content

Commit 6eea01d

Browse files
committed
Clarify DataVersion
1 parent e7db06d commit 6eea01d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

gdtf-spec.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ amendments) applies.
8282

8383
- [ANSI E1.20 - 2010 Entertainment Technology—RDM Remote Device Management Over DMX512 Networks](https://tsp.esta.org/tsp/documents/docs/ANSI_E1-20&E1-37-1&E1-37-2.zip)
8484

85+
- [Semantic Versioning 2.0](https://semver.org/)
8586

8687
## Terms and definitions
8788

@@ -225,6 +226,12 @@ DataVersion: `<GDTF DataVersion="1.2">`
225226

226227
The example above shows the XML node for GDTF version 1.2.
227228

229+
From GDTF Spec version 2.0, GDTF Spec uses Semantic Versioning 2.0, where given
230+
a version number MAJOR.MINOR, the numbers mean:
231+
232+
- MAJOR version for incompatible API changes
233+
- MINOR version for added functionality in a backward compatible manner
234+
228235
<div id="table-2">
229236

230237
#### Table 2. *GDTF Node Attributes*

0 commit comments

Comments
 (0)