diff --git a/python.jam b/python.jam index e3f899682..01e1eecfa 100644 --- a/python.jam +++ b/python.jam @@ -6,12 +6,12 @@ gPYTHON_INCLUDED = true ; if $(NT) { CATENATE = type ; - PYTHON_VERSION ?= 2.1 ; + PYTHON_VERSION ?= 2.2 ; } else if $(UNIX) { CATENATE = cat ; - PYTHON_VERSION ?= 1.5 ; + PYTHON_VERSION ?= 2.2 ; } # Strip the dot from the Python version in order to be able to name @@ -196,7 +196,6 @@ BOOST_PYTHON_V2_PROPERTIES <*>"-inline deferred" # added for internal testing purposes <*>$(BOOST_ROOT)/boost/compatibility/cpp_c_headers BOOST_PYTHON_DYNAMIC_LIB - BOOST_PYTHON_V2 ; # Extends the RUN_PATH assignment for targets built under Cygwin so diff --git a/v1/python.jam b/v1/python.jam index e3f899682..01e1eecfa 100644 --- a/v1/python.jam +++ b/v1/python.jam @@ -6,12 +6,12 @@ gPYTHON_INCLUDED = true ; if $(NT) { CATENATE = type ; - PYTHON_VERSION ?= 2.1 ; + PYTHON_VERSION ?= 2.2 ; } else if $(UNIX) { CATENATE = cat ; - PYTHON_VERSION ?= 1.5 ; + PYTHON_VERSION ?= 2.2 ; } # Strip the dot from the Python version in order to be able to name @@ -196,7 +196,6 @@ BOOST_PYTHON_V2_PROPERTIES <*>"-inline deferred" # added for internal testing purposes <*>$(BOOST_ROOT)/boost/compatibility/cpp_c_headers BOOST_PYTHON_DYNAMIC_LIB - BOOST_PYTHON_V2 ; # Extends the RUN_PATH assignment for targets built under Cygwin so