From db0fb163d7453e90fc8e63d4dbe216604bf23686 Mon Sep 17 00:00:00 2001 From: Ludovico de Nittis Date: Fri, 20 May 2022 17:05:34 +0200 Subject: [PATCH] Update supported versions in the docs Mention the supported versions that were missing. Signed-off-by: Ludovico de Nittis --- docs/LoaderDriverInterface.md | 2 +- docs/LoaderLayerInterface.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LoaderDriverInterface.md b/docs/LoaderDriverInterface.md index 7a3e3906..a1a059ef 100644 --- a/docs/LoaderDriverInterface.md +++ b/docs/LoaderDriverInterface.md @@ -526,7 +526,7 @@ Here is an example driver JSON Manifest file: "file_format_version" The JSON format major.minor.patch version number of this file.
- Currently supported version is 1.0.0. + Supported versions are: 1.0.0 and 1.0.1. "ICD" diff --git a/docs/LoaderLayerInterface.md b/docs/LoaderLayerInterface.md index c5be4b1d..1797c3dc 100644 --- a/docs/LoaderLayerInterface.md +++ b/docs/LoaderLayerInterface.md @@ -1611,7 +1611,7 @@ Here's an example of a meta-layer manifest file: "file_format_version" Manifest format major.minor.patch version number.
- Supported versions are: 1.0.0, 1.0.1, 1.1.0, 1.1.1, and 1.1.2. + Supported versions are: 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.1.2 and 1.2.0. None None -- 2.34.1