mirror of
https://github.com/boostorg/boost.git
synced 2025-04-16 02:04:38 +00:00
Initial commit
[SVN r73016]
This commit is contained in:
parent
8dccabf161
commit
ebc2f11ba5
1 changed files with 16 additions and 0 deletions
16
tools/release/merge_release_cycle_init.bat
Normal file
16
tools/release/merge_release_cycle_init.bat
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Reference in a new issue