[PR #14660] [MERGED] Remove the win10/win11 digit from our version number. #30189

Open
opened 2026-01-31 09:39:13 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14660
Author: @zadjii-msft
Created: 1/10/2023
Status: Merged
Merged: 1/19/2023
Merged by: @undefined

Base: mainHead: dev/migrie/b/14106-simplify-version-number


📝 Commits (3)

  • 0d45580 why use many words when few words do trick
  • 6c8c47c typo
  • 70bf910 Update src/cascadia/TerminalSettingsModel/CascadiaSettings.cpp

📊 Changes

1 file changed (+6 additions, -1 deletions)

View changed files

📝 src/cascadia/TerminalSettingsModel/CascadiaSettings.cpp (+6 -1)

📄 Description

As of about 2022, the one's digit of the Build of our version is a placeholder value to differentiate the Windows 10 build from the Windows 11 build. Let's trim that out, it's only a source of confusion.

For additional clarity, let's omit the Revision, which must be .0, and doesn't provide any value to report.

We will need to make sure we report releases as 1.17.ABC now, instead of 1.17.ABC1.0/1.17.ABC2.0

Let's not backport this. 1.17 will be the start of the new numbering scheme. Otherwise, 1.16.EFG < 1.16.ABC1.0, for an old version ABC1 and a new version EFG.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/14660 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 1/10/2023 **Status:** ✅ Merged **Merged:** 1/19/2023 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/migrie/b/14106-simplify-version-number` --- ### 📝 Commits (3) - [`0d45580`](https://github.com/microsoft/terminal/commit/0d45580fbfcde558be86158def8a62559f5d1400) why use many words when few words do trick - [`6c8c47c`](https://github.com/microsoft/terminal/commit/6c8c47c5140a5f5c86ad05d3f64f648283e4c519) typo - [`70bf910`](https://github.com/microsoft/terminal/commit/70bf9105571f318a9069202bd8f3bf7b1ca06628) Update src/cascadia/TerminalSettingsModel/CascadiaSettings.cpp ### 📊 Changes **1 file changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsModel/CascadiaSettings.cpp` (+6 -1) </details> ### 📄 Description As of about 2022, the one's digit of the Build of our version is a placeholder value to differentiate the Windows 10 build from the Windows 11 build. Let's trim that out, it's only a source of confusion. For additional clarity, let's omit the Revision, which _must_ be `.0`, and doesn't provide any value to report. We will need to make sure we report releases as `1.17.ABC` now, instead of `1.17.ABC1.0`/`1.17.ABC2.0` Let's not backport this. 1.17 will be the start of the new numbering scheme. Otherwise, `1.16.EFG` < `1.16.ABC1.0`, for an old version `ABC1` and a new version `EFG`. * closes #14106 * As summarized here: https://github.com/microsoft/terminal/issues/14106#issuecomment-1289462310 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:39:13 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#30189