Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
version.hpp
Go to the documentation of this file.
1 #ifndef STAN__VERSION_HPP
2 #define STAN__VERSION_HPP
3 
4 #include <string>
5 
6 namespace stan {
7 
9  const std::string MAJOR_VERSION = "2";
10 
12  const std::string MINOR_VERSION = "5";
13 
15  const std::string PATCH_VERSION = "0";
16 
17 }
18 
19 #endif
const std::string MINOR_VERSION
Minor version number for Stan package.
Definition: version.hpp:12
const std::string PATCH_VERSION
Patch version for Stan package.
Definition: version.hpp:15
const std::string MAJOR_VERSION
Major version number for Stan package.
Definition: version.hpp:9

     [ Stan Home Page ] © 2011–2014, Stan Development Team.