diff options
author | David Rothstein <drothstein@gmail.com> | 2014-01-02 19:28:46 -0500 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2014-01-02 19:28:46 -0500 |
commit | effed1c831c997be26e12f18be0d8eb683f21a75 (patch) | |
tree | 7c6c2d10dc2bb40871656c14a383f35a318da537 /includes | |
parent | 6de5659098224c55852381a7cfd572bdfcbbbf05 (diff) | |
download | brdo-effed1c831c997be26e12f18be0d8eb683f21a75.tar.gz brdo-effed1c831c997be26e12f18be0d8eb683f21a75.tar.bz2 |
Drupal 7.25
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 a757f4524..f6ffea51d 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.25-dev'); +define('VERSION', '7.25'); /** * Core API compatibility. |