diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-05-25 13:07:13 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-05-25 13:07:13 -0700 |
commit | 316bd96ebff36284f5f3e33268760ff9c672b6f8 (patch) | |
tree | 9cf884400848933c21eb03d90631b04c97f7543d /includes | |
parent | 497914920385b7016ac9c9367e0198530787adf2 (diff) | |
download | brdo-316bd96ebff36284f5f3e33268760ff9c672b6f8.tar.gz brdo-316bd96ebff36284f5f3e33268760ff9c672b6f8.tar.bz2 |
Drupal 7.1
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 be9813cc1..fb73528ff 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -9,7 +9,7 @@ /** * The current system version. */ -define('VERSION', '7.0'); +define('VERSION', '7.1'); /** * Core API compatibility. |