// Copyright (c) 2005-2009 Hartmut Kaiser // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include #include #include #include "register_types.hpp" using namespace boost::python; /////////////////////////////////////////////////////////////////////////////// void register_sd_version() { def("get_sd_package_version", &saga::get_sd_package_version, "returns the version of the SAGA sd package library"); def("get_sd_package_api_version", &saga::get_sd_package_api_version, "returns the SAGA sd package API version"); }