Skip to content

Commit cc15bcd

Browse files
committed
Fix version numbers in documentation
1 parent 7cb92b0 commit cc15bcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/building-from-source.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ $ build.py -h
5656
```
5757
Some notable options include:
5858
* ``--revision`` the LLVM Embedded Toolchain for Arm version. Default version
59-
is ``13.0.0``. The available versions are:
60-
* ``13.0.0`` - based on LLVM 13.0.0 and newlib 4.1.0
61-
* ``branch-13`` - based on the tip of the LLVM 13 branch and newlib 4.1.0
59+
is ``14.0.0``. The available versions are:
60+
* ``14.0.0`` - based on LLVM 14.0.0 and newlib 4.1.0
61+
* ``branch-14`` - based on the tip of the LLVM 14 branch and newlib 4.1.0
6262
* ``HEAD`` - based on the latest commits in the LLVM and newlib repositories
6363
* ``--host-toolchain`` the toolchain type. The supported values are:
6464
* ``clang`` Clang (the default)

0 commit comments

Comments
 (0)