diff --git a/ChangeLog b/ChangeLog index 6e0f27e8d..4bfdc4658 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ 2018-11-05 Dirk Eddelbuettel - * DESCRIPTION (Date, Version): Version 1.0, and happy 10th birthday! + * DESCRIPTION (Date, Version): Version 1.0, and happy 10th birthday! + + * inst/include/Rcpp/config.h: Idem + * inst/NEWS.Rd: Idem + * inst/bib/Rcpp.bib: Idem + * vignettes/Rcpp.bib: Idem 2018-11-04 Dirk Eddelbuettel diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 8e977bcaf..bb885121e 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -3,8 +3,9 @@ \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 0.12.20 (2018-11-xx)}{ +\section{Changes in Rcpp version 1.0.0 (2018-11-05)}{ \itemize{ + \item Happy tenth birtday to Rcpp, and hello release 1.0 ! \item Changes in Rcpp API: \itemize{ \item The empty destructor for the \code{Date} class was removed diff --git a/inst/bib/Rcpp.bib b/inst/bib/Rcpp.bib index 92f680009..f36c6ffe0 100644 --- a/inst/bib/Rcpp.bib +++ b/inst/bib/Rcpp.bib @@ -119,7 +119,7 @@ @Manual{CRAN:Rcpp Allaire and Kevin Ushey and Qiang Kou and Nathan Russel and John Chambers and Douglas Bates}, year = 2018, - note = {R package version 0.12.19}, + note = {R package version 1.0.0}, url = CRAN # "package=Rcpp" } diff --git a/inst/include/Rcpp/config.h b/inst/include/Rcpp/config.h index b3e3c5212..648e2c89f 100644 --- a/inst/include/Rcpp/config.h +++ b/inst/include/Rcpp/config.h @@ -26,9 +26,9 @@ #define RcppDevVersion(maj, min, rev, dev) (((maj)*1000000) + ((min)*10000) + ((rev)*100) + (dev)) // the currently released version -#define RCPP_VERSION Rcpp_Version(0,12,19) +#define RCPP_VERSION Rcpp_Version(1,0,0) // the current source snapshot -#define RCPP_DEV_VERSION RcppDevVersion(0,12,19,7) +#define RCPP_DEV_VERSION RcppDevVersion(1,0,0,0) #endif diff --git a/vignettes/Rcpp.bib b/vignettes/Rcpp.bib index 92f680009..f36c6ffe0 100644 --- a/vignettes/Rcpp.bib +++ b/vignettes/Rcpp.bib @@ -119,7 +119,7 @@ @Manual{CRAN:Rcpp Allaire and Kevin Ushey and Qiang Kou and Nathan Russel and John Chambers and Douglas Bates}, year = 2018, - note = {R package version 0.12.19}, + note = {R package version 1.0.0}, url = CRAN # "package=Rcpp" }