diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-05-25 13:41:42 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-05-25 13:41:42 -0700 |
commit | 49e2d2ca6f6c6489b07b9e863150d20a38148a57 (patch) | |
tree | ec067d7e17c957438ee98111f40dde02155d0e94 /includes | |
parent | 2ce86d77f7b06d21da0a7e67a6ded3a0eba94e46 (diff) | |
parent | 316bd96ebff36284f5f3e33268760ff9c672b6f8 (diff) | |
download | brdo-49e2d2ca6f6c6489b07b9e863150d20a38148a57.tar.gz brdo-49e2d2ca6f6c6489b07b9e863150d20a38148a57.tar.bz2 |
Drupal 7.2
Diffstat (limited to 'includes')
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index bbddde2a7..b70149cd3 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.0-dev'); +define('VERSION', '7.2'); /** * Core API compatibility. |