From c9a61af78ffdc565b6b5cef6c0586b58596568bf Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Mon, 15 Jan 2007 12:05:31 +0000 Subject: [PATCH] Version number --- 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 3a8cbeed7b3d..0c7e34261c5c 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'); +define('VERSION', '5.1-dev'); /** * Implementation of hook_help().