diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-10-26 12:53:40 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-10-26 12:53:40 -0700 |
commit | 09bfa80c0c6ffabf7e02e706dbfd2f514619bbc4 (patch) | |
tree | 429a572b13cc1193637191cb8a6a346d4bec0847 /includes | |
parent | 1986255b0971c8e681a82b49b2ff45a930fb0513 (diff) | |
download | brdo-09bfa80c0c6ffabf7e02e706dbfd2f514619bbc4.tar.gz brdo-09bfa80c0c6ffabf7e02e706dbfd2f514619bbc4.tar.bz2 |
Drupal 7.9
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 decb91136..147aaccef 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.9-dev'); +define('VERSION', '7.9'); /** * Core API compatibility. |