The R Project SVN R

Rev

Rev 68949 | Rev 71657 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68949 Rev 69314
Line 55... Line 55...
55
 * Version 8:  Add dev_Path() (R 2.12.0)
55
 * Version 8:  Add dev_Path() (R 2.12.0)
56
 * Version 9:  Add dev_HoldFlush(), haveTrans*, haveRaster,
56
 * Version 9:  Add dev_HoldFlush(), haveTrans*, haveRaster,
57
 *             haveCapture, haveLocator.  (R 2.14.0)
57
 *             haveCapture, haveLocator.  (R 2.14.0)
58
 * Version 10: For R 3.0.0.  Typedef and use 'rcolor',
58
 * Version 10: For R 3.0.0.  Typedef and use 'rcolor',
59
 *             Remove name2col (R_GE_str2col does the job).
59
 *             Remove name2col (R_GE_str2col does the job).
-
 
60
 * Version 11: For R 3.3.0.
-
 
61
 *             Official support for saving/restoring display lists
-
 
62
 *             across R sessions (via recordPlot() and replayPlot())
-
 
63
 *             - added grid DL to snapshots (used to be NULL)
-
 
64
 *             - added this version number to snapshots (as attribute)
-
 
65
 *             - added R version number to snapshots (as attribute)
-
 
66
 *             - added pkgName to graphics system state info (as attribute)
60
 */
67
 */
61
 
68
 
62
#define R_GE_version 10
69
#define R_GE_version 11
63
 
70
 
64
int R_GE_getVersion(void);
71
int R_GE_getVersion(void);
65
 
72
 
66
void R_GE_checkVersionOrDie(int version);
73
void R_GE_checkVersionOrDie(int version);
67
 
74