summaryrefslogtreecommitdiff
path: root/tools/release/merge_release_cycle_init.bat
blob: 3eb3bbe7075914b6de7302f8d1e8ddaca4af887d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
rem @echo off
rem Copyright Beman Dawes 2011
rem Distributed under the Boost Software License, Version 1.0.
rem See http://www.boost.org/LICENSE_1_0.txt 

pushd %BOOST_RELEASE%
svn up
call 2release Jamroot
call 2release index.html
pushd boost
call 2release boost/version.hpp
popd
pushd more
call 2release more
popd
popd