diff options
author | Dries Buytaert <dries@buytaert.net> | 2011-05-28 09:31:58 -0400 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2011-05-28 09:31:58 -0400 |
commit | 1e1c9b71fb7c66be87778ef423238a94a3fa4cd3 (patch) | |
tree | 20f60a69f94a1446e199f6768175dc1c01606ec7 /includes/bootstrap.inc | |
parent | 7174b01bdac3fa7495a1a9b4f6139dfbcdfbae7c (diff) | |
parent | fad397b1f131fe10674d29bd4d49ba404c1cd070 (diff) | |
download | brdo-1e1c9b71fb7c66be87778ef423238a94a3fa4cd3.tar.gz brdo-1e1c9b71fb7c66be87778ef423238a94a3fa4cd3.tar.bz2 |
Merge branch '7.x' of git.drupal.org:project/drupal into 7.x
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index bbddde2a7..a5dec6997 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.0-dev'); +define('VERSION', '7.3-dev'); /** * Core API compatibility. |