summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-10-05 12:00:01 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-10-05 12:00:01 -0700
commita78b13d02ce801d1e4a926f739efa8df01099616 (patch)
treecc63a77e3033b3aa1679ab9122244b77fd2b43af /includes
parent334f2a7d051a184046b847a4f53b2d9ff8dd9723 (diff)
downloadbrdo-a78b13d02ce801d1e4a926f739efa8df01099616.tar.gz
brdo-a78b13d02ce801d1e4a926f739efa8df01099616.tar.bz2
Issue #1300496 by Dave Reid: Fixed VERSION constant was not updated to '7.9-dev' after 7.8 release.
Diffstat (limited to 'includes')
-rw-r--r--includes/bootstrap.inc2
1 files changed, 1 insertions, 1 deletions
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.