Stan  1.0
probability, sampling & optimization
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 = "1";
10 
12  const std::string MINOR_VERSION = "1";
13 
15  const std::string PATCH_VERSION = "0";
16 
17 }
18 
19 #endif
Probability, optimization and sampling library.
Definition: agrad.cpp:6
const std::string MAJOR_VERSION
Major version number for Stan package.
Definition: version.hpp:9
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

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