From 316bd96ebff36284f5f3e33268760ff9c672b6f8 Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 25 May 2011 13:07:13 -0700 Subject: Drupal 7.1 --- 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 be9813cc1..fb73528ff 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -9,7 +9,7 @@ /** * The current system version. */ -define('VERSION', '7.0'); +define('VERSION', '7.1'); /** * Core API compatibility. -- cgit v1.2.3 From e708195f3114659458b6cd7aa5d8c09049bb0c9a Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 25 May 2011 14:23:22 -0700 Subject: Back to 7.x-dev --- 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 b70149cd3..d96072abe 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.2'); +define('VERSION', '7.x-dev'); /** * Core API compatibility. -- cgit v1.2.3 From fad397b1f131fe10674d29bd4d49ba404c1cd070 Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 25 May 2011 14:26:11 -0700 Subject: Ahem. Once again. --- 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 d96072abe..a5dec6997 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.x-dev'); +define('VERSION', '7.3-dev'); /** * Core API compatibility. -- cgit v1.2.3