Upgrade Drupal Core to 7.51

Release notes:
https://www.drupal.org/project/drupal/releases/7.51

Change-Id: Ibe31f656a061813b3673b623134baffa8d288b3c
This commit is contained in:
Marton Kiss 2016-10-18 17:32:29 +02:00
parent 8e8051d4df
commit 8bdbc35b46
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ core = 7.x
; Download Drupal core and apply core patches if needed. ; Download Drupal core and apply core patches if needed.
projects[drupal][type] = "core" projects[drupal][type] = "core"
projects[drupal][version] = "7.50" projects[drupal][version] = "7.51"
projects[drupal][download][type] = get projects[drupal][download][type] = get
projects[drupal][download][url] = http://ftp.drupal.org/files/projects/drupal-7.50.tar.gz projects[drupal][download][url] = http://ftp.drupal.org/files/projects/drupal-7.51.tar.gz
; This patch allows install profiles to set a minimum memory limit. ; This patch allows install profiles to set a minimum memory limit.
; http://drupal.org/node/1772316#comment-6457618 ; http://drupal.org/node/1772316#comment-6457618