diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-10 23:14:58 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-10 23:14:58 +0000 |
commit | 3395c97e373bd0aef6558d01161353670598a5d6 (patch) | |
tree | 12b3d4d53c5c2704e9a50cb23f2318e1b705e2ac /modules | |
parent | 78bc68f304b83a965e4223887d9443eb12bf91b4 (diff) | |
download | brdo-3395c97e373bd0aef6558d01161353670598a5d6.tar.gz brdo-3395c97e373bd0aef6558d01161353670598a5d6.tar.bz2 |
Back to 6.0-dev
Diffstat (limited to 'modules')
-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 5d37772e3..35b8999be 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -9,7 +9,7 @@ /** * The current system version. */ -define('VERSION', '6.0-rc2'); +define('VERSION', '6.0-dev'); /** * Core API compatibility. |