From 4f6eae04666d72ce8c96550f144dbe25b93b39aa Mon Sep 17 00:00:00 2001 From: Marton Kiss Date: Sun, 10 May 2015 21:27:00 +0200 Subject: [PATCH] Upgrade Drupal core to 7.37 Release notes: https://www.drupal.org/drupal-7.37-release-notes Change-Id: I8a12f55bf4b0841e532a69ca2f30cdbcd5ebee06 --- drupal-org-core.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drupal-org-core.make b/drupal-org-core.make index f16a03f..b030dd1 100644 --- a/drupal-org-core.make +++ b/drupal-org-core.make @@ -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