From d5012c1c8fe5ef0fdb427553fdb6cc2c6fd78ba8 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Tue, 28 Nov 2006 14:38:30 +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 5fd7d7d31f73..93ef1263cb5f 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 beta 2');
 
 /**
  * Implementation of hook_help().
-- 
GitLab