diff options
author | stefan.r | 2016-07-07 18:25:52 (GMT) |
---|---|---|
committer | stefan.r | 2016-07-07 18:25:52 (GMT) |
commit | 4d154b4c818f1a82e5d33611a3af8d6f7383980a (patch) | |
tree | bdba6caed47166ad2c1eedc6288b809c0e73e871 | |
parent | 78cba776f30a32a67d780bfdadd37cc4594f3a81 (diff) |
Drupal 7.507.50
-rw-r--r-- | CHANGELOG.txt | 2 | ||||
-rw-r--r-- | includes/bootstrap.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 840e777..4853101 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,5 @@ -Drupal 7.50, xxxx-xx-xx (development version) +Drupal 7.50, 2016-07-07 ----------------------- - Added a new "administer fields" permission for trusted users, which is required in addition to other permissions to use the field UI diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 131a7df..e42f542 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.45-dev'); +define('VERSION', '7.50'); /** * Core API compatibility. |