Skip to content

Commit a2d22d0

Browse files
authored
Merge pull request #284 from r41k0u/patch-1
Fix version string from '3.1.3ubuntu0.1' to '3.1.2ubuntu0.1' for SRU example of native packages
2 parents a5f47b4 + 120e0e0 commit a2d22d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-ubuntu-is-made/concepts/version-strings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ Native in Ubuntu:
345345
| `2.0ubuntu0` (old format) | `2.1ubuntu` or `3.0ubuntu` | `2.0ubuntu0.1` |
346346
| `2ubuntu` | `3ubuntu` | `2ubuntu0.1` |
347347
| `2ubuntu0` (old format) | `3ubuntu` (new format) | `2ubuntu0.1` |
348-
| `3.1.2ubuntu.build10` | `3.1.3ubuntu` | `3.1.3ubuntu0.1` |
349-
| `2ubuntu` in multiple releases | `3ubuntu` or `3ubuntu~26.04.1` | `3ubuntu~25.10.1` and `3ubuntu~25.04.1` |
348+
| `3.1.2ubuntu.build10` | `3.1.3ubuntu` | `3.1.2ubuntu0.1` |
349+
| `2ubuntu` in multiple releases | `3ubuntu` or `3ubuntu~26.04.1` | `2ubuntu~25.10.1` and `2ubuntu~25.04.1` |
350350

351351
```{note}
352352

0 commit comments

Comments
 (0)