diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3f9a9e65da39756ceb37e9f41e4f28c48bfe7c8d..6530aa874eff4108ac0a09e401220c35af6e2b53 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,5 @@ -Drupal 7.33, xxxx-xx-xx (development version) +Drupal 7.33, 2014-11-07 ----------------------- - Began storing the file modification time of each module and theme in the {system} database table so that contributed modules can use it to identify diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index fa7e93a584ecc4b05314d56267d3681ff70237f6..6fa369d407e522c21a4b0f363e03adfedbd47272 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.33-dev'); +define('VERSION', '7.33'); /** * Core API compatibility.