Skip to content

Commit bce27ff

Browse files
upping RCPP_DEV_VERSION so that dplyr can test for is<Rcomplex>
1 parent 56b7ecc commit bce27ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 0.11.5.2
3+
Version: 0.11.5.3
44
Date: 2015-04-11
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey,
66
Douglas Bates, and John Chambers

inst/include/Rcpp/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define RCPP_VERSION Rcpp_Version(0,11,5)
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(0,11,5,0)
33+
#define RCPP_DEV_VERSION RcppDevVersion(0,11,5,3)
3434

3535
#endif
3636

0 commit comments

Comments
 (0)