Skip to content

Commit 7ad7dc1

Browse files
committed
release 1.0.1
1 parent 61f1ea5 commit 7ad7dc1

File tree

6 files changed

+17
-8
lines changed

6 files changed

+17
-8
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2019-03-17 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION: Release 1.0.1
4+
5+
* inst/include/Rcpp/config.h: Idem
6+
* inst/NEWS.Rd: Idem
7+
* inst/bib/Rcpp.bib: Idem
8+
* vignettes/Rcpp.bib: Idem
9+
110
2019-03-16 Dirk Eddelbuettel <[email protected]>
211

312
* DESCRIPTION (Version, Date): Roll minor version

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 1.0.0.4
3+
Version: 1.0.1
44
Date: 2019-03-16
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers

inst/NEWS.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

6-
\section{Changes in Rcpp version 1.0.1 (2019-xx-yy)}{
6+
\section{Changes in Rcpp version 1.0.1 (2019-03-17)}{
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{

inst/bib/Rcpp.bib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ @Manual{CRAN:Rcpp
118118
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and JJ
119119
Allaire and Kevin Ushey and Qiang Kou and
120120
Nathan Russel and John Chambers and Douglas Bates},
121-
year = 2018,
122-
note = {R package version 1.0.0},
121+
year = 2019,
122+
note = {R package version 1.0.1},
123123
url = CRAN # "package=Rcpp"
124124
}
125125

inst/include/Rcpp/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
#define RcppDevVersion(maj, min, rev, dev) (((maj)*1000000) + ((min)*10000) + ((rev)*100) + (dev))
2727

2828
// the currently released version
29-
#define RCPP_VERSION Rcpp_Version(1,0,0)
29+
#define RCPP_VERSION Rcpp_Version(1,0,1)
3030

3131
// the current source snapshot
32-
#define RCPP_DEV_VERSION RcppDevVersion(1,0,0,0)
32+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,1,0)
3333

3434
#endif

vignettes/Rcpp.bib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ @Manual{CRAN:Rcpp
118118
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and JJ
119119
Allaire and Kevin Ushey and Qiang Kou and
120120
Nathan Russel and John Chambers and Douglas Bates},
121-
year = 2018,
122-
note = {R package version 1.0.0},
121+
year = 2019,
122+
note = {R package version 1.0.1},
123123
url = CRAN # "package=Rcpp"
124124
}
125125

0 commit comments

Comments
 (0)