diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-06-29 18:12:24 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-06-29 18:12:24 -0700 |
commit | ebf9026bb8411de4866824f45ab825ecb41a5f47 (patch) | |
tree | 78b4b46481b58224a306841886e00ad1afb1953c /includes | |
parent | 8094e14c515f8e8a29eb152eadb9e1b635434535 (diff) | |
download | brdo-ebf9026bb8411de4866824f45ab825ecb41a5f47.tar.gz brdo-ebf9026bb8411de4866824f45ab825ecb41a5f47.tar.bz2 |
Changelog, fixing version number in bootstrap.inc.
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 a5dec6997..830894f52 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.3-dev'); +define('VERSION', '7.3'); /** * Core API compatibility. |