Skip to content

Commit 291b3bf

Browse files
committed
release 1.0
1 parent fadc0e8 commit 291b3bf

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

ChangeLog

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
2018-11-05 Dirk Eddelbuettel <[email protected]>
22

3-
* DESCRIPTION (Date, Version): Version 1.0, and happy 10th birthday!
3+
* DESCRIPTION (Date, Version): Version 1.0, and happy 10th birthday!
4+
5+
* inst/include/Rcpp/config.h: Idem
6+
* inst/NEWS.Rd: Idem
7+
* inst/bib/Rcpp.bib: Idem
8+
* vignettes/Rcpp.bib: Idem
49

510
2018-11-04 Dirk Eddelbuettel <[email protected]>
611

inst/NEWS.Rd

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
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 0.12.20 (2018-11-xx)}{
6+
\section{Changes in Rcpp version 1.0.0 (2018-11-05)}{
77
\itemize{
8+
\item Happy tenth birtday to Rcpp, and hello release 1.0 !
89
\item Changes in Rcpp API:
910
\itemize{
1011
\item The empty destructor for the \code{Date} class was removed

inst/bib/Rcpp.bib

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ @Manual{CRAN:Rcpp
119119
Allaire and Kevin Ushey and Qiang Kou and
120120
Nathan Russel and John Chambers and Douglas Bates},
121121
year = 2018,
122-
note = {R package version 0.12.19},
122+
note = {R package version 1.0.0},
123123
url = CRAN # "package=Rcpp"
124124
}
125125

inst/include/Rcpp/config.h

+2-2
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(0,12,19)
29+
#define RCPP_VERSION Rcpp_Version(1,0,0)
3030

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

3434
#endif

vignettes/Rcpp.bib

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ @Manual{CRAN:Rcpp
119119
Allaire and Kevin Ushey and Qiang Kou and
120120
Nathan Russel and John Chambers and Douglas Bates},
121121
year = 2018,
122-
note = {R package version 0.12.19},
122+
note = {R package version 1.0.0},
123123
url = CRAN # "package=Rcpp"
124124
}
125125

0 commit comments

Comments
 (0)