Skip to content

Commit a788856

Browse files
authored
Merge pull request #1115 from RcppCore/feature/finalize_internal_functions
Set finalizer on internal function (closes #1114)
2 parents eff4359 + d6bddf2 commit a788856

File tree

4 files changed

+81
-76
lines changed

4 files changed

+81
-76
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2020-10-25 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version
4+
* inst/include/Rcpp/config.h: Idem
5+
6+
* inst/include/Rcpp/generated/InternalFunction__ctors.h: Switch XPtr
7+
finalizer argument from false to true
8+
19
2020-10-22 Dirk Eddelbuettel <[email protected]>
210

311
* inst/include/Rcpp/lang.h: Remove spurious whitespace

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 1.0.5.3
4-
Date: 2020-10-21
3+
Version: 1.0.5.4
4+
Date: 2020-10-25
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/include/Rcpp/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define RCPP_VERSION_STRING "1.0.5"
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(1,0,5,3)
34-
#define RCPP_DEV_VERSION_STRING "1.0.5.3"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,5,4)
34+
#define RCPP_DEV_VERSION_STRING "1.0.5.4"
3535

3636
#endif

0 commit comments

Comments
 (0)