// 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 // Returns the version of the SAGA engine C wrapper unsigned long saga_get_c_engine_version (void) { return SAGA_C_ENGINE_VERSION_FULL; } // Returns the implemented SAGA API version unsigned long saga_get_saga_version (void) { return saga::get_saga_version(); }