From e6effba7806bea7aa54c6329c81057e15fc2f5ff Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 28 Nov 2006 14:39:28 +0000 Subject: [PATCH] - Updating the 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 93ef1263cb5..4011ed802ee 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 beta 2'); +define('VERSION', '5.0-dev'); /** * Implementation of hook_help().