You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,16 @@ Also available:
14
14
*[opendis7 Javadoc](https://savage.nps.edu/open-dis7-java/javadoc) combined documentation for all PDU and enumeration classes,
15
15
*[DIS XML Schema](https://savage.nps.edu/opendis7-java/xml/DIS_7_2012.autogenerated.xsd) and [DIS XML Schema documentation](https://savage.nps.edu/opendis7-java/xml/SchemaDocumentation).
16
16
17
+
## Versioning Convention
18
+
19
+
Release versions follow the pattern **v`Major`.`Minor`.`SISO`** where:
20
+
21
+
-**Major** — IEEE DIS protocol version (currently `7` for IEEE 1278.1-2012)
22
+
-**Minor** — Library-specific patch level
23
+
-**SISO** — SISO-REF-010 enumeration version integrated into the release
24
+
25
+
For example, release `v7.0.35` indicates IEEE DIS version 7 with SISO-REF-010 version 35. Future DIS version 8 releases will use `v8.x.y`.
26
+
17
27
Additional example programs and resources are found in the NPS MOVES
0 commit comments