Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71963 - in website/public_html/beta: common/code doc
From: dnljms_at_[hidden]
Date: 2011-05-15 15:56:28


Author: danieljames
Date: 2011-05-15 15:56:28 EDT (Sun, 15 May 2011)
New Revision: 71963
URL: http://svn.boost.org/trac/boost/changeset/71963

Log:
Use the 1.47 snapshot docs by default.
Text files modified:
   website/public_html/beta/common/code/boost.php | 2 +-
   website/public_html/beta/doc/.htaccess | 4 ++--
   2 files changed, 3 insertions(+), 3 deletions(-)

Modified: website/public_html/beta/common/code/boost.php
==============================================================================
--- website/public_html/beta/common/code/boost.php (original)
+++ website/public_html/beta/common/code/boost.php 2011-05-15 15:56:28 EDT (Sun, 15 May 2011)
@@ -4,7 +4,7 @@
   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,46,1);
+$boost_current_version = Array(1,47,0);
 require_once(dirname(__FILE__) . '/boost_config.php');
 require_once(dirname(__FILE__) . '/boost_utility.php');
 ?>
\ No newline at end of file

Modified: website/public_html/beta/doc/.htaccess
==============================================================================
--- website/public_html/beta/doc/.htaccess (original)
+++ website/public_html/beta/doc/.htaccess 2011-05-15 15:56:28 EDT (Sun, 15 May 2011)
@@ -22,8 +22,8 @@
 RewriteRule ^tools/build/(.*\.(?:png|gif|jpg|jpeg|jpe|css|js|pdf|dtd))$ archives/boost-build/$1 [L,NC]
 
 # Redirect from symbolic names to current versions.
-RewriteRule ^libs/release(/.*)?$ libs/1_46_1$1 [R]
-RewriteRule ^libs/development(/.*)?$ libs/1_46_1$1 [R]
+RewriteRule ^libs/release(/.*)?$ libs/1_47_0_snapshot$1 [R]
+RewriteRule ^libs/development(/.*)?$ libs/1_47_0_snapshot$1 [R]
 
 # Rewrite specific versions to the dynamic handlers.
 RewriteRule ^libs/([0-9_]+(?:beta[0-9]*|snapshot)?)/?$ libraries.php/$1 [L]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk