Upgrade Drupal Core to 7.43

Security upgrade of Drupal Core:
  SA-CORE-2016-001
  https://www.drupal.org/SA-CORE-2016-001

Change-Id: I8ddf2a30f5fa8dba4f9c3c9e7a848afa53d36920
This commit is contained in:
Marton Kiss 2016-03-07 13:21:46 +01:00
parent adef663bbc
commit c2a59c9640
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.41"
projects[drupal][version] = "7.43"
projects[drupal][download][type] = get
projects[drupal][download][url] = http://ftp.drupal.org/files/projects/drupal-7.41.tar.gz
projects[drupal][download][url] = http://ftp.drupal.org/files/projects/drupal-7.43.tar.gz
; This patch allows install profile to list requirements on the install page
; http://drupal.org/node/1971072