Upgrade Drupal core to 7.37

Release notes:
https://www.drupal.org/drupal-7.37-release-notes

Change-Id: I8a12f55bf4b0841e532a69ca2f30cdbcd5ebee06
This commit is contained in:
Marton Kiss 2015-05-10 21:27:00 +02:00
parent cceb32c507
commit 4f6eae0466
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.36"
projects[drupal][version] = "7.37"
projects[drupal][download][type] = get
projects[drupal][download][url] = http://ftp.drupal.org/files/projects/drupal-7.36.tar.gz
projects[drupal][download][url] = http://ftp.drupal.org/files/projects/drupal-7.37.tar.gz
; This patch allows install profile to list requirements on the install page
; http://drupal.org/node/1971072