From a78b13d02ce801d1e4a926f739efa8df01099616 Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 5 Oct 2011 12:00:01 -0700 Subject: Issue #1300496 by Dave Reid: Fixed VERSION constant was not updated to '7.9-dev' after 7.8 release. --- includes/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/bootstrap.inc') diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 82c3956a6..f65dc76cc 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.8'); +define('VERSION', '7.9-dev'); /** * Core API compatibility. -- cgit v1.2.3