diff options
author | David Rothstein <drothstein@gmail.com> | 2012-08-01 12:27:42 -0400 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2012-08-01 12:27:42 -0400 |
commit | a584af62514ba7ec37b82b0c7b17081fcca4c5e0 (patch) | |
tree | b811e27f7be9420dd30fc5c3677477ba5e2a6805 /includes | |
parent | b7e3bb7f4b6e140926a88581843263b15560f6c5 (diff) | |
download | brdo-a584af62514ba7ec37b82b0c7b17081fcca4c5e0.tar.gz brdo-a584af62514ba7ec37b82b0c7b17081fcca4c5e0.tar.bz2 |
Drupal 7.15.
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 30ab874d7..b868fd330 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.15-dev'); +define('VERSION', '7.15'); /** * Core API compatibility. |