// Copyright (c) 2009 Miklos Erdelyi // // 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) #ifndef MAPREDUCE_VERSION_HPP #define MAPREDUCE_VERSION_HPP #define SAGA_MAPREDUCE_FRAMEWORK_VERSION "0.01" #endif