diff --git a/core_release_block.module b/core_release_block.module
index bd31f6c..8d4f7bc 100644
--- a/core_release_block.module
+++ b/core_release_block.module
@@ -9,16 +9,16 @@

 define('CORE_RELEASE_BLOCK_UPDATE_URL', 'http://updates.drupal.org/release-history/drupal/');
 define('CORE_RELEASE_BLOCK_VAR_INFO', 'core_release_block_info_version_');
-define('CORE_RELEASE_BLOCK_OLD_STABLE', '5');
-define('CORE_RELEASE_BLOCK_STABLE', '6');
-define('CORE_RELEASE_BLOCK_DEV', '7');
+define('CORE_RELEASE_BLOCK_OLD_STABLE', '6');
+define('CORE_RELEASE_BLOCK_STABLE', '7');
+define('CORE_RELEASE_BLOCK_DEV', '8');
 define('CORE_RELEASE_BLOCK_DAYSECONDS', 86400);

 /**
