diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-06-05 08:53:05 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-06-05 08:53:05 +0000 |
commit | 62954fce1c45826b6b48b48dcbaa699eb8ceba53 (patch) | |
tree | a95051030f0db08d9921631380f07928a749715a /modules/system.module | |
parent | 96862f8511cf2180ac02ef37832363ab69064b1e (diff) | |
download | brdo-62954fce1c45826b6b48b48dcbaa699eb8ceba53.tar.gz brdo-62954fce1c45826b6b48b48dcbaa699eb8ceba53.tar.bz2 |
- Patch #65952 by Flanker and killes: set the proper version number for CVS HEAD.
Diffstat (limited to 'modules/system.module')
-rw-r--r-- | modules/system.module | 2 |
1 files changed, 2 insertions, 0 deletions
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(). */ |