Skip to content

Commit

Permalink
release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Nov 6, 2018
1 parent fadc0e8 commit 291b3bf
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
7 changes: 6 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
2018-11-05 Dirk Eddelbuettel <edd@debian.org>

* 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 <edd@debian.org>

Expand Down
3 changes: 2 additions & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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 !

This comment has been minimized.

Copy link
@JanMarvin

JanMarvin Nov 7, 2018

birthday 🙂

This comment has been minimized.

Copy link
@eddelbuettel

eddelbuettel Nov 7, 2018

Author Member

Oops. Will fix in source. Thanks for catching it.

\item Changes in Rcpp API:
\itemize{
\item The empty destructor for the \code{Date} class was removed
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 = 2018,
note = {R package version 0.12.19},
note = {R package version 1.0.0},
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 @@ -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
2 changes: 1 addition & 1 deletion vignettes/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 = 2018,
note = {R package version 0.12.19},
note = {R package version 1.0.0},
url = CRAN # "package=Rcpp"
}

Expand Down

0 comments on commit 291b3bf

Please sign in to comment.