2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-26 07:02:23 +00:00
Files
website/common/code/boost.php
Daniel James b6925a358b Website: Shuffle dependencies.
No longer need to configure site to run `update-doc-list.php`.

[SVN r79635]
2012-07-21 07:19:04 +00:00

10 lines
294 B
PHP

<?php
/*
Copyright 2007 Redshift Software, Inc.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
*/
$boost_current_version = Array(1,50,0);
require_once(dirname(__FILE__) . '/boost_config.php');
?>