diff options
author | David Rothstein <drothstein@gmail.com> | 2012-11-07 16:47:16 -0500 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2012-11-07 16:47:16 -0500 |
commit | 8204a8b49474bf9590128879c21ec75f33063f46 (patch) | |
tree | f57385f922cb222eb386cb7cf14bee17b2e7c89a /includes | |
parent | c5d6e6334fb7a71ecf1dbc7e06a7de8ad9547b27 (diff) | |
download | brdo-8204a8b49474bf9590128879c21ec75f33063f46.tar.gz brdo-8204a8b49474bf9590128879c21ec75f33063f46.tar.bz2 |
Back to 7.x-dev
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 c9b17fe28..74853b2cf 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.17'); +define('VERSION', '7.18-dev'); /** * Core API compatibility. |