00001 #ifndef KOKKOS_VERSION_HPP_ 00002 #define KOKKOS_VERSION_HPP_ 00003 00004 #include <string> 00005 00006 namespace Kokkos { 00007 00008 std::string Kokkos_Version(); 00009 00010 } // namespace Kokkos 00011 00012 #endif