Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
base system
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2026 at 10:50 UTC
Updated:
12 Feb 2026 at 10:29 UTC
Jump to comment: Most recent
Comments
Comment #4
jonathan1055 commented@mondrake Thinking about this again, is this actually a problem? I'm not saying yes or no, I'm saying I don't know.
The 11.3.x branch was created in October 2025
https://www.drupal.org/project/drupal/releases/11.3.x-dev
Maybe the constant
VERSION = '11.3-dev'remains like in the 11.x branch until 11.4.x-dev is created? That has not happened yet.Comment #5
longwaveWe have had this issue before, since we moved to the 11.x branch I don't think our branching script has kept up with changing this: #3487150: \Drupal::VERSION on 11.x not correct
I think we should do this because 11.x will eventually be branched and become 11.4.x, it currently contains more, newer code than 11.3.x does so calling it 11.3 is technically incorrect. Once 11.4.x is branched we should try to remember to update 11.x to be 11.5 as well.
Therefore marking this as RTBC. However I don't think this is much of a problem in practice, because the constant is only used internally - Composer and packagist go by the branch name for dev versions.
Comment #6
jonathan1055 commentedThank you. It helps in Contrib pipelines, even if it does not make a technical difference, this value is displayed in the log when running "next minor". We have the 'current' variant running 11.3.2 and 'next minor' shows 11.3-dev whereas people then get confused as they were expecting it to show 11.4-dev
Just for the record, the "current" contrib variant job log shows
and the "next minor" variant shows
Comment #7
mondrake#6 +1
Comment #10
catchCommitted/pushed to 11.x, thanks!
Comment #12
jonathan1055 commentedThank you @catch. Yes, just confirming that it is fixed now, a pipeline from today shows