diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-30 22:43:55 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-30 22:43:55 +0000 |
commit | c2665870c47b30bf35b91dd471d961c170f5a131 (patch) | |
tree | 0c24f90388fcbf0b3b7244fa31ba517e4e775ccd /modules/system/system.module | |
parent | 46c1d9239f4996bf0320c17fcac7443be6c475e5 (diff) | |
download | brdo-c2665870c47b30bf35b91dd471d961c170f5a131.tar.gz brdo-c2665870c47b30bf35b91dd471d961c170f5a131.tar.bz2 |
Preparing for RC3
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 a7619c207..7979341c7 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', '6.0-rc3'); /** * Core API compatibility. |