From 616c8d5d424dd7a0e781b7eb4fc0e400691b48ed Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Mon, 15 Jan 2007 12:04:14 +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 5213aec1e20..3a8cbeed7b3 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-dev'); +define('VERSION', '5.0'); /** * Implementation of hook_help().