Skip to content

Commit

Permalink
release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Nov 8, 2019
1 parent c1960c3 commit 03d6dd9
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2019-11-08 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Date, Version): Release 1.0.3

* inst/include/Rcpp/config.h: Idem
* inst/NEWS.Rd: Idem
* inst/bib/Rcpp.bib: Idem
* vignettes/Rcpp.bib: Idem

2019-11-06 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): Roll minor version
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: Rcpp
Title: Seamless R and C++ Integration
Version: 1.0.2.6
Date: 2019-11-06
Version: 1.0.3
Date: 2019-11-08
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
Nathan Russell, Douglas Bates and John Chambers
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Expand Down
4 changes: 2 additions & 2 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}

\section{Changes in Rcpp version 1.0.3 (2019-11-xx)}{
\section{Changes in Rcpp version 1.0.3 (2019-11-08)}{
\itemize{
\item Changes in Rcpp API:
\itemize{
Expand All @@ -12,7 +12,7 @@
\item Compilation can be sped up by toggling \code{RCPP_NO_RTTI} which
implies \code{RCPP_NO_MODULES} (Dirk in \ghpr{998} fixing \ghit{998}).
\item \code{XPtr} tags are now preserved in \code{as<>} (Stephen Wade
in \ghpr{1003} fixing \ghit{986})
in \ghpr{1003} fixing \ghit{986}, plus Dirk in \ghpr{1012}).
\item A few more temporary allocations are now protected from garbage
collection (Romain Francois in \ghpr{1010}, and Dirk in \ghpr{1011}).
}
Expand Down
2 changes: 1 addition & 1 deletion inst/bib/Rcpp.bib
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ @Manual{CRAN:Rcpp
Allaire and Kevin Ushey and Qiang Kou and
Nathan Russel and John Chambers and Douglas Bates},
year = 2019,
note = {R package version 1.0.2},
note = {R package version 1.0.3},
url = CRAN # "package=Rcpp"
}

Expand Down
4 changes: 2 additions & 2 deletions inst/include/Rcpp/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@

// the currently released version
#define RCPP_VERSION Rcpp_Version(1,0,2)
#define RCPP_VERSION_STRING "1.0.2"
#define RCPP_VERSION_STRING "1.0.3"

// the current source snapshot
#define RCPP_DEV_VERSION RcppDevVersion(1,0,2,0)
#define RCPP_DEV_VERSION_STRING "1.0.2.0"
#define RCPP_DEV_VERSION_STRING "1.0.3.0"

#endif
2 changes: 1 addition & 1 deletion vignettes/rmd/Rcpp.bib
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ @Manual{CRAN:Rcpp
Allaire and Kevin Ushey and Qiang Kou and
Nathan Russel and John Chambers and Douglas Bates},
year = 2019,
note = {R package version 1.0.2},
note = {R package version 1.0.3},
url = CRAN # "package=Rcpp"
}

Expand Down

0 comments on commit 03d6dd9

Please sign in to comment.