diff --git a/modules/drupal.module b/modules/drupal.module
index 3a5523916067011f89272202238493769d8cd927..c7ba8709e2f57b6ca0fceeaf18c9d618c9c255ef 100644
--- a/modules/drupal.module
+++ b/modules/drupal.module
@@ -6,7 +6,7 @@
  * Lets users log in using a Drupal ID and can notify a central server about your site.
  */
 
-define(VERSION, '4.7.0');
+define('VERSION', '4.7.0');
 
 /**
  * Implementation of hook_help().
diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module
index 3a5523916067011f89272202238493769d8cd927..c7ba8709e2f57b6ca0fceeaf18c9d618c9c255ef 100644
--- a/modules/drupal/drupal.module
+++ b/modules/drupal/drupal.module
@@ -6,7 +6,7 @@
  * Lets users log in using a Drupal ID and can notify a central server about your site.
  */
 
-define(VERSION, '4.7.0');
+define('VERSION', '4.7.0');
 
 /**
  * Implementation of hook_help().