Skip to content

Commit f91cd2e

Browse files
committed
one char typo, catch up with dev version macro
1 parent 4deae65 commit f91cd2e

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
@@ -11,7 +11,7 @@ Description: The 'Rcpp' package provides R functions as well as C++ classes whic
1111
code as well as easier integration of third-party libraries. Documentation
1212
about 'Rcpp' is provided by several vignettes included in this package, via the
1313
'Rcpp Gallery' site at <http://gallery.rcpp.org>, the paper by Eddelbuettel and
14-
Francois (2011, <doi:10.18637/jss.v040.i08), the book by Eddelbuettel (2013,
14+
Francois (2011, <doi:10.18637/jss.v040.i08>), the book by Eddelbuettel (2013,
1515
<doi:10.1007/978-1-4614-6868-4>) and the paper by Eddelbuettel and Balamuta (2017,
1616
<doi:10.7287/peerj.preprints.3188v1>); see 'citation("Rcpp")' for details.
1717
Depends: R (>= 3.0.0)

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,12,13)
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(0,12,13,0)
33+
#define RCPP_DEV_VERSION RcppDevVersion(0,12,13,2)
3434

3535
#endif
3636

0 commit comments

Comments
 (0)