@@ -240,19 +240,19 @@ Follow these steps to install the Zephyr SDK:
240240
241241   .. code-block :: console 
242242
243-       wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.13.1 /zephyr-sdk-0.13.1 -linux-x86_64-setup.run 
243+       wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.13.2 /zephyr-sdk-0.13.2 -linux-x86_64-setup.run 
244244
245-     (You can change *0.13.1  * to another version if needed; the `Zephyr 
245+     (You can change *0.13.2  * to another version if needed; the `Zephyr 
246246   Downloads `_ page contains all available SDK releases.)
247247
248248#. Run the installation binary, installing the SDK at
249-    :file: `~/zephyr-sdk-0.13.1  `:
249+    :file: `~/zephyr-sdk-0.13.2  `:
250250
251251   .. code-block :: console 
252252
253253      cd <sdk download directory> 
254-       chmod +x zephyr-sdk-0.13.1 -linux-x86_64-setup.run 
255-       ./zephyr-sdk-0.13.1 -linux-x86_64-setup.run -- -d ~/zephyr-sdk-0.13.1  
254+       chmod +x zephyr-sdk-0.13.2 -linux-x86_64-setup.run 
255+       ./zephyr-sdk-0.13.2 -linux-x86_64-setup.run -- -d ~/zephyr-sdk-0.13.2  
256256
257257    You can pick another directory if you want. If this fails, make sure
258258   Zephyr's dependencies were installed as described in `Install Requirements 
@@ -272,7 +272,7 @@ installed it.
272272   * ``/usr/zephyr-sdk[-x.y.z] ``
273273   * ``/usr/local/zephyr-sdk[-x.y.z] ``
274274
275-    where ``[-x.y.z] `` is optional text, and can be any text, for example ``-0.13.1  ``.
275+    where ``[-x.y.z] `` is optional text, and can be any text, for example ``-0.13.2  ``.
276276
277277   If you install the Zephyr SDK outside any of those locations, then it is
278278   required to register the Zephyr SDK in the CMake package registry during
@@ -283,7 +283,7 @@ installed it.
283283   containing multiple Zephyr SDKs, allowing for automatic toolchain selection,
284284   for example: ``ZEPHYR_SDK_INSTALL_DIR=/company/tools ``
285285
286-    * ``/company/tools/zephyr-sdk-0.13.1  ``
286+    * ``/company/tools/zephyr-sdk-0.13.2  ``
287287   * ``/company/tools/zephyr-sdk-a.b.c ``
288288   * ``/company/tools/zephyr-sdk-x.y.z ``
289289
0 commit comments