diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 93c4bd5d6d0e66188f75c663e9df70abf5a4c825..039ab82ad9d036b9e471bddb6ea37699d7350b46 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,5 @@ -Drupal 7.36, xxxx-xx-xx (development version) +Drupal 7.36, 2015-04-01 ----------------------- - Added a 'file_public_schema' variable which allows modules that define publicly-accessible streams in hook_stream_wrappers() to bypass file download diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 0e844628004d9ff7e301919d87fd658e037be761..b9d49de992870b9b55f7caa4682be425d4eb091e 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.36-dev'); +define('VERSION', '7.36'); /** * Core API compatibility.