boost/Jamrules
Douglas Gregor 6c46301d52 index.htm is now setup for 1.33.0
Bump version numbers in all the right places (I hope)
Update the release manager's checklist with Jamfile.v2


[SVN r28429]
2005-04-23 00:05:34 +00:00

15 lines
435 B
Text

# Boost.Build top level Jamrules
# See tools/build/index.html for documentation.
project boost ;
# Set some important global variables if they haven't already been set by the
# user on the command-line or in the environment
# Establish this as the root of the boost installation. Most targets will want
# $(BOOST_ROOT) in their #include path.
path-global BOOST_ROOT : . ;
# The current version of Boost.
BOOST_VERSION ?= 1.33.0 ;