Upgrade Drupal Core to 7.36

Release notes available here:
https://www.drupal.org/drupal-7.36-release-notes

Change-Id: I6be88b3592eb4bc3c2efc5f67f44b1ecdd0c6c26
This commit is contained in:
Marton Kiss 2015-04-10 09:43:26 +02:00
parent f30d20ab05
commit 2cad5464b5
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.
projects[drupal][type] = "core"
projects[drupal][version] = "7.35"
projects[drupal][version] = "7.36"
projects[drupal][download][type] = get
projects[drupal][download][url] = http://ftp.drupal.org/files/projects/drupal-7.35.tar.gz
projects[drupal][download][url] = http://ftp.drupal.org/files/projects/drupal-7.36.tar.gz
; This patch allows install profile to list requirements on the install page
; http://drupal.org/node/1971072