diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-07-27 13:19:38 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-07-27 13:19:38 -0700 |
commit | 1f124bf1accbad60b31a463ff59232d2f5626100 (patch) | |
tree | e8e899b5f9a2ea559982fd6b5db7302e428c198f /includes | |
parent | bdc2373eabb8729931032c007600ca69ab1c997f (diff) | |
parent | eabb023933ac83947e5d238c4a83b1f5bdbcc738 (diff) | |
download | brdo-1f124bf1accbad60b31a463ff59232d2f5626100.tar.gz brdo-1f124bf1accbad60b31a463ff59232d2f5626100.tar.bz2 |
Merge branch '7.4-security' into 7.x
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 603431176..e9837da30 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.5-dev'); +define('VERSION', '7.5'); /** * Core API compatibility. |