diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-06-29 18:16:27 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-06-29 18:16:27 -0700 |
commit | 1166b5784af6b8af1bb23e514f5bc31f444f4e83 (patch) | |
tree | a6413f6881ab19463dd912de452769de7eeda06b /includes | |
parent | 3b2601b62a0e9162609e417b54907ea09a1f508a (diff) | |
parent | ebf9026bb8411de4866824f45ab825ecb41a5f47 (diff) | |
download | brdo-1166b5784af6b8af1bb23e514f5bc31f444f4e83.tar.gz brdo-1166b5784af6b8af1bb23e514f5bc31f444f4e83.tar.bz2 |
Merge branch '7.2-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 a0d039fb2..c53286406 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.3-dev'); +define('VERSION', '7.3'); /** * Core API compatibility. |