From da2e2ce975b4d795d4fb577881f2f015d863cfcf Mon Sep 17 00:00:00 2001 From: plehegar Date: Thu, 7 Jan 2021 12:37:19 -0500 Subject: [PATCH 1/2] Version numbers --- index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.html b/index.html index 39f03f2..ba4ca39 100644 --- a/index.html +++ b/index.html @@ -274,6 +274,14 @@

Document Title

convention.

Capitalize title words following U.S. usage.

+ +

Part_Number, edition number, and Part_Number + SHOULD take the form X.Y.Z where X, Y, and Z are non-negative integers, and MUST NOT contain leading + zeroes. X is the major version, Y is the minor version, and Z is the patch version. X, Y and Z are separated + by '.' (DOT). Y and Z are optional (2, 2.0, 2.0.0 are equivalent). + Each element SHOULD increase numerically. Major version one (1.y.z) is for initial development. For additional + considerations, one may see also Semantic Versioning if applicable. +

From e3c37957e99b42aa2bd692faa30aafab408d176e Mon Sep 17 00:00:00 2001 From: Philippe Le Hegaret Date: Fri, 8 Jan 2021 07:47:43 -0500 Subject: [PATCH 2/2] Update index.html Co-authored-by: Denis Ah-Kang --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ba4ca39..1aebce1 100644 --- a/index.html +++ b/index.html @@ -275,7 +275,7 @@

Document Title

Capitalize title words following U.S. usage.

-

Part_Number, edition number, and Part_Number +

Part_Number, edition number, and Version_Number SHOULD take the form X.Y.Z where X, Y, and Z are non-negative integers, and MUST NOT contain leading zeroes. X is the major version, Y is the minor version, and Z is the patch version. X, Y and Z are separated by '.' (DOT). Y and Z are optional (2, 2.0, 2.0.0 are equivalent).