From 02c51572703f02df36c291189c65b4ac227a2656 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 9 Oct 2002 02:52:47 +0000 Subject: [PATCH] Clean up Boost.Python v1 flotsam, update documentation [SVN r15815] --- python.jam | 5 ++--- v1/python.jam | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) 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