Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Sacado_Version.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Sacado Package
4 //
5 // Copyright 2006 NTESS and the Sacado contributors.
6 // SPDX-License-Identifier: LGPL-2.1-or-later
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef SACADO_VERSION_HPP
11 #define SACADO_VERSION_HPP
12 
13 #include <string>
14 
15 #include "Sacado_ConfigDefs.h"
16 
17 inline std::string Sacado_Version() {
18  return("Sacado Version 10.0-dev");
19 }
20 
21 #endif /* SACADO_VERSION_HPP */
std::string Sacado_Version()