CXXR (C++ R) API
Rversion.h
1 /* Rversion.h. Generated automatically. */
2 #ifndef R_VERSION_H
3 #define R_VERSION_H
4 
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
8 
9 #define R_VERSION 134913
10 #define R_NICK "Roasted Marshmallows"
11 #define R_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
12 #define R_MAJOR "2"
13 #define R_MINOR "15.1"
14 #define R_STATUS ""
15 #define R_YEAR "2012"
16 #define R_MONTH "06"
17 #define R_DAY "22"
18 #define R_SVN_REVISION "59600"
19 #define R_FILEVERSION 2,151,59600,0
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif /* not R_VERSION_H */