From dce3c77a61d9510dbac6927b60a03bc8da19e947 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Wed, 3 Apr 2013 17:29:52 -0400 Subject: [PATCH] Drupal 7.22 --- CHANGELOG.txt | 2 +- includes/bootstrap.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 86bd07159..5b655b8bc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,5 @@ -Drupal 7.22, xxxx-xx-xx (development version) +Drupal 7.22, 2013-04-03 ----------------------- - Allowed the drupal_http_request() function to be overridden so that additional HTTP request capabilities can be added by contributed modules. diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index acda75146..728e4ec24 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.22-dev'); +define('VERSION', '7.22'); /** * Core API compatibility.