Stan  1.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs 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 = "1";
10 
12  const std::string MINOR_VERSION = "1";
13 
15  const std::string PATCH_VERSION = "0";
16 
17 }
18 
19 #endif

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