diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/drupal.module | 2 | ||||
-rw-r--r-- | modules/drupal/drupal.module | 2 | ||||
-rw-r--r-- | modules/system.module | 2 | ||||
-rw-r--r-- | modules/system/system.module | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/modules/drupal.module b/modules/drupal.module index 70b3c3998..535950571 100644 --- a/modules/drupal.module +++ b/modules/drupal.module @@ -6,8 +6,6 @@ * Lets users log in using a Drupal ID and can notify a central server about your site. */ -define('VERSION', '4.7.0'); - /** * Implementation of hook_help(). */ diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 70b3c3998..535950571 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -6,8 +6,6 @@ * Lets users log in using a Drupal ID and can notify a central server about your site. */ -define('VERSION', '4.7.0'); - /** * Implementation of hook_help(). */ diff --git a/modules/system.module b/modules/system.module index be43aace4..b7871d8a8 100644 --- a/modules/system.module +++ b/modules/system.module @@ -6,6 +6,8 @@ * Configuration system that lets administrators modify the workings of the site. */ +define('VERSION', '4.8.0 dev'); + /** * Implementation of hook_help(). */ diff --git a/modules/system/system.module b/modules/system/system.module index be43aace4..b7871d8a8 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -6,6 +6,8 @@ * Configuration system that lets administrators modify the workings of the site. */ +define('VERSION', '4.8.0 dev'); + /** * Implementation of hook_help(). */ |