diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-12-05 17:18:55 -0500 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-12-05 17:18:55 -0500 |
commit | a07564a2968a464d3f800da0c2e75045caa367ea (patch) | |
tree | 3acc308aee46eb4b1c7eee50353c59b24261ade1 /includes | |
parent | f702fccca3d954d887767801407886cf3e7ad0cc (diff) | |
download | brdo-a07564a2968a464d3f800da0c2e75045caa367ea.tar.gz brdo-a07564a2968a464d3f800da0c2e75045caa367ea.tar.bz2 |
Drupal 7.10
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 eb5ccbd88..d63a59bce 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.10-dev'); +define('VERSION', '7.10'); /** * Core API compatibility. |