From bf6cc698d833aa75ad134b6e44d963bb58dfe0fc Mon Sep 17 00:00:00 2001 From: Fran Garcia-Linares <14157-fjgarlin@users.noreply.drupalcode.org> Date: Thu, 21 Nov 2024 11:52:45 +0000 Subject: [PATCH] Issue #3488919 by fjgarlin: Bump (security) versions for D7, D10 and D11 --- includes/include.drupalci.hidden-variables.yml | 10 +++++----- scripts/check-versions.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/includes/include.drupalci.hidden-variables.yml b/includes/include.drupalci.hidden-variables.yml index 50a26e12..77f60dc0 100644 --- a/includes/include.drupalci.hidden-variables.yml +++ b/includes/include.drupalci.hidden-variables.yml @@ -13,10 +13,10 @@ variables: ################ # The most recent, stable version of Drupal. - CORE_STABLE: '11.0.7' + CORE_STABLE: '11.0.8' # The most recent security release in the latest major version of Drupal. - CORE_SECURITY: '11.0.0' + CORE_SECURITY: '11.0.8' # Development branch for patch level development/bugfixes. CORE_SUPPORTED: '11.0.x-dev' @@ -25,10 +25,10 @@ variables: CORE_SECURITY_PREVIOUS_MINOR: '' # The most recent, stable previous major version of Drupal. - CORE_PREVIOUS_STABLE: '10.3.8' + CORE_PREVIOUS_STABLE: '10.3.9' # The most recent security release in the previous major version of Drupal. - CORE_PREVIOUS_SECURITY: '10.3.0' + CORE_PREVIOUS_SECURITY: '10.3.9' # Development branch for next minor version of Drupal. CORE_MINOR: '11.x-dev' @@ -40,7 +40,7 @@ variables: CORE_MAJOR_DEVELOPMENT: '' # Most recent stable release of the legacy version of Drupal (7). - CORE_LEG_STABLE: '7.101' + CORE_LEG_STABLE: '7.102' # Patch development for the legacy version of Drupal (7.x-dev). CORE_LEG_PATCH: '7.x-dev' diff --git a/scripts/check-versions.php b/scripts/check-versions.php index 05627283..2985d1fe 100644 --- a/scripts/check-versions.php +++ b/scripts/check-versions.php @@ -19,7 +19,7 @@ const MAIN_BRANCH = '11.x'; // that will trigger this script to fail. When any of the below releases are // found, it means that we need to do changes to the hidden-variables file // and/or these constants. -const NEXT_D7 = '7.102'; +const NEXT_D7 = '7.103'; const NEXT_MAJOR_DEV = '12.x'; const NEXT_MAJOR_FIRST_STABLE_TAG = '12.0.0'; const NEXT_MINOR_DEV = '11.2.x'; -- GitLab