From 3f0d64147a3e94268d52974c9913920eb100d8cd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 14 Dec 2006 14:29:55 +0000 Subject: [PATCH] - Updating version. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/system.module b/modules/system/system.module index c754be48c74..aabebdd72a1 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -6,7 +6,7 @@ * Configuration system that lets administrators modify the workings of the site. */ -define('VERSION', '5.0-RC-1'); +define('VERSION', '5.0-dev'); /** * Implementation of hook_help().