File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 44 * man/Rcpp-package.Rd: Idem
55 * man/RcppLdFlags.Rd: Idem
66 * inst/CITATION: Only use doi entries in three citEntry blocks
7+ 2021-10-11 Dirk Eddelbuettel <edd@debian.org>
8+
9+ * DESCRIPTION (Version, Date): Roll minor version
10+ * inst/include/Rcpp/config.h: Idem
11+
7122021-10-10 Travers Ching
813
914 * Added `signature` attribute to attributes.cpp
Original file line number Diff line number Diff line change 3030#define RCPP_VERSION_STRING "1.0.7"
3131
3232// the current source snapshot (using four components, if a fifth is used in DESCRIPTION we ignore it)
33- #define RCPP_DEV_VERSION RcppDevVersion(1,0,7,3 )
34- #define RCPP_DEV_VERSION_STRING "1.0.7.3 "
33+ #define RCPP_DEV_VERSION RcppDevVersion(1,0,7,4 )
34+ #define RCPP_DEV_VERSION_STRING "1.0.7.4 "
3535
3636#endif
You can’t perform that action at this time.
0 commit comments