diff --git a/README.md b/README.md index a4dfa87..f846791 100644 --- a/README.md +++ b/README.md @@ -65,5 +65,5 @@ Status As of November 2025, version 1.0 is withdrawn and should not be used. Version 1.0 was withdrawn because products shipped with a TL header cheksum implementation that differed from the version 1.0 definition. -A version 2.0 of the specification is currently under work and will be published shortly. +Version 2.0 of the specification is the latest release. Implementations should adopt version 2.0 of the specification. diff --git a/source/conf.py b/source/conf.py index 54d5e23..c98ad19 100644 --- a/source/conf.py +++ b/source/conf.py @@ -24,9 +24,9 @@ author = "Firmware handoff contributors" # The short X.Y version -version = "1.0" +version = "2.0" # The full version, including alpha/beta/rc tags -release = "1.0" +release = "2.0" # -- General configuration --------------------------------------------------- diff --git a/source/transfer_list.rst b/source/transfer_list.rst index 55be5f9..c3fe08f 100644 --- a/source/transfer_list.rst +++ b/source/transfer_list.rst @@ -1417,4 +1417,4 @@ Bits [7:1] are reserved for future use. - The `gpt_error_info` field contains GPT error information. .. |hdr_size_desc| replace:: The size of this entry header in bytes must be set to `8`. -.. |current_version| replace:: `0x1` +.. |current_version| replace:: `0x2`