2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-28 07:42:16 +00:00
Files
website/common/code/boost.php
Daniel James 5080752330 Use the 1.47 snapshot docs by default.
[SVN r71963]
2011-05-15 19:56:28 +00:00

10 lines
349 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,47,0);
require_once(dirname(__FILE__) . '/boost_config.php');
require_once(dirname(__FILE__) . '/boost_utility.php');
?>