diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-02-12 13:55:57 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-02-12 13:55:57 +0000 |
commit | 58c13a072efb586e4db9e969cffff5b9278bdf8e (patch) | |
tree | b283c3e459a53540d80c08328e7a3b00e6236dad /modules/system/system.module | |
parent | 336ee230c3737a5438845d649b84ba8a123ff135 (diff) | |
download | brdo-58c13a072efb586e4db9e969cffff5b9278bdf8e.tar.gz brdo-58c13a072efb586e4db9e969cffff5b9278bdf8e.tar.bz2 |
- Patch #220260 by webchick: proper version constant for D7. Oh yeah. :)
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 4c3707659..05403856d 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -9,7 +9,7 @@ /** * The current system version. */ -define('VERSION', '6.0-dev'); +define('VERSION', '7.0-dev'); /** * Core API compatibility. |