Skip to content

Commit 43590ee

Browse files
committed
roll minor version, add NEWS entry
1 parent f95fcd0 commit 43590ee

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
2020-04-30 Dirk Eddelbuettel <[email protected]>
22

3+
* DESCRIPTION (Version, Date): Roll minor version
4+
* inst/include/Rcpp/config.h: Idem
5+
36
* vignettes/rmd/Rcpp-libraries.Rmd: Add new vignette source
47
* vignettes/rmd/Rcpp.bib: Complete references
58
* inst/bib/Rcpp.bib: Idem

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.4.9
4-
Date: 2020-04-26
3+
Version: 1.0.4.10
4+
Date: 2020-04-30
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/NEWS.Rd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
\item Changes in Rcpp Documentation:
3838
\itemize{
3939
\item The pdf file of the earlier introduction is again typeset
40-
with bibliographic information. (Dirk)
40+
with bibliographic information (Dirk).
41+
\item A new vignette describing how to package C++ libraries has
42+
been added (Dirk in \ghpr{1078} fixing \ghit{1077}).
4143
}
4244
\item Changes in Rcpp Deployment:
4345
\itemize{

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

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(1,0,4,9)
34-
#define RCPP_DEV_VERSION_STRING "1.0.4.9"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,4,10)
34+
#define RCPP_DEV_VERSION_STRING "1.0.4.10"
3535

3636
#endif

0 commit comments

Comments
 (0)