From 53f01807f62d4aaa684d5ee38a9af89ef8719ffd Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Mon, 15 Jan 2024 11:18:54 +0000 Subject: [PATCH] SDK_VERSION: add a SDK_VERSION file Add a SDK_VERSION file pointing to the current SDK version. This is meant to be used by upstream and downstream CIs to automatically determined the current version of SDK based on the upstream checked out version, as well as the documentation references, and intended to stay in sync with the version used in the main CI. Signed-off-by: Fabio Baltieri --- SDK_VERSION | 1 + 1 file changed, 1 insertion(+) create mode 100644 SDK_VERSION diff --git a/SDK_VERSION b/SDK_VERSION new file mode 100644 index 00000000000..5f2491c5adc --- /dev/null +++ b/SDK_VERSION @@ -0,0 +1 @@ +0.16.4