summaryrefslogtreecommitdiff
path: root/tools/release/revision_number.bat
blob: 8f03bd0f16607da56327c3c1e78282ee262d73b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
rem  Create revision information, to be used by other script

rem  Copyright 2011 Beman Dawes

rem  Distributed under the Boost Software License, Version 1.0.
rem  See http://www.boost.org/LICENSE_1_0.txt

echo Getting current subversion revision number...
svn co --non-interactive --depth=files http://svn.boost.org/svn/boost/branches/release svn_info
svn info svn_info

svn info svn_info | grep Revision | sed "s/Revision: /set BOOST_REVISION_NUMBER=/" >generated_set_release.bat
call generated_set_release.bat