Upgrade Drupal core to 7.39

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

Fix SA-CORE-2015-003
https://www.drupal.org/SA-CORE-2015-003

Change-Id: I77de5cb63926b8e91c43979a4de5a1567660fdd2
This commit is contained in:
Marton Kiss 2015-08-23 12:11:07 +02:00
parent 287960bcb5
commit 7ce4325db6

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.38"
projects[drupal][version] = "7.39"
projects[drupal][download][type] = get
projects[drupal][download][url] = http://ftp.drupal.org/files/projects/drupal-7.38.tar.gz
projects[drupal][download][url] = http://ftp.drupal.org/files/projects/drupal-7.39.tar.gz
; This patch allows install profile to list requirements on the install page
; http://drupal.org/node/1971072