diff options
author | David Rothstein <drothstein@gmail.com> | 2013-02-20 15:39:18 -0500 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2013-02-20 15:39:18 -0500 |
commit | b822ac338ad4ace7e354c51565605b43fb4539b7 (patch) | |
tree | e59a21e244ca7907aa1b59dea4cf67cefa03b7f8 /includes | |
parent | 98faa472067f4fb120d97a7cf0eb486a1435f2c9 (diff) | |
parent | 3a24da1b40f5e05876ad7775044500b61eb2ed94 (diff) | |
download | brdo-b822ac338ad4ace7e354c51565605b43fb4539b7.tar.gz brdo-b822ac338ad4ace7e354c51565605b43fb4539b7.tar.bz2 |
Merge tag '7.20' into 7.x
Diffstat (limited to 'includes')
-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 796ebcdae..01db7a6af 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.20-dev'); +define('VERSION', '7.21-dev'); /** * Core API compatibility. |