Skip to content

Commit ce0cec6

Browse files
committed
roll minor version
1 parent 04f39cd commit ce0cec6

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

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.6.3
4-
Date: 2021-01-19
3+
Version: 1.0.6.4
4+
Date: 2021-01-21
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <edd@debian.org>

inst/NEWS.Rd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@
88
\item Changes in Rcpp API:
99
\itemize{
1010
\item Refactored \code{Rcpp_PreserveObject} and \code{Rcpp_ReleaseObject}
11-
which are now O(1) (Dirk and Iñaki in \ghpr{1133} and \ghor{1135}
11+
which are now O(1) (Dirk and Iñaki in \ghpr{1133} and \ghpr{1135}
1212
fixing \ghit{382} and \ghit{1081}).
13+
\item A spuriously assigned variable was removed (Dirk in
14+
\ghpr{1138} fixing \ghit{1137})
1315
}
1416
\item Changes in Rcpp Attributes:
1517
\itemize{
1618
\item Packages with dots in their name can now have per-package
1719
include files (Dirk in \ghpr{1132} fixes \ghit{1129}).
20+
\item New argument \code{echo} to quieten optional evaluation in
21+
\code{sourceCpp} (Dirk in \ghpr{1138} fixing \ghit{1126}).
1822
}
1923
}
2024
}

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.6"
3131

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

3636
#endif

0 commit comments

Comments
 (0)