diff options
author | David Rothstein <drothstein@gmail.com> | 2015-10-21 15:47:40 -0400 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2015-10-21 15:47:40 -0400 |
commit | 9f72251c9291b5613acb9ca4ea7a51b4739e3f93 (patch) | |
tree | 4e4bc7a16ff3c64f9627fb160e2647d41ab7efd3 /includes | |
parent | 9d16792580c241b42e6192b480f65cf0bdd07bc9 (diff) | |
download | brdo-9f72251c9291b5613acb9ca4ea7a51b4739e3f93.tar.gz brdo-9f72251c9291b5613acb9ca4ea7a51b4739e3f93.tar.bz2 |
Drupal 7.41
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 3768a10a7..b3382bf6f 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.40'); +define('VERSION', '7.41'); /** * Core API compatibility. |