From 62954fce1c45826b6b48b48dcbaa699eb8ceba53 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 5 Jun 2006 08:53:05 +0000 Subject: - Patch #65952 by Flanker and killes: set the proper version number for CVS HEAD. --- modules/drupal.module | 2 -- modules/drupal/drupal.module | 2 -- modules/system.module | 2 ++ modules/system/system.module | 2 ++ 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'modules') 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(). */ -- cgit v1.2.3