From f11cc4ca4aef794e7111bc0e6093edf0b90c7271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 28 Aug 2023 17:42:29 +0200 Subject: [PATCH] build_number_ranges.md: cleanup --- topics/basics/getting_started/build_number_ranges.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/basics/getting_started/build_number_ranges.md b/topics/basics/getting_started/build_number_ranges.md index 0871807f2..c3446402f 100644 --- a/topics/basics/getting_started/build_number_ranges.md +++ b/topics/basics/getting_started/build_number_ranges.md @@ -31,7 +31,7 @@ It consists of the following parts: Branch numbers are based on the `YYYY.R` [IDE release version numbers](https://blog.jetbrains.com/blog/2016/03/09/jetbrains-toolbox-release-and-versioning-changes/). The branch number takes the last two digits of the year and the `R` release number. -For example, `231` for 20*23.1*, `232` for 20*23.2*, and `233` for 20*23.3* +For example, `231` for 20*23.1*, `232` for 20*23.2*, and `233` for 20*23.3*. The build number may have multiple components: `IU-162.94.11`, `IU-162.94.11.256.42`. This gives more flexibility for third-party plugins and IDE developers.