Skip to content

Commit

Permalink
release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jul 21, 2019
1 parent 02e7d27 commit 84c787f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
@@ -1,3 +1,12 @@
2019-07-20 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION: Release 1.0.2

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

2019-07-18 Pierrick Roger <pk.roger@icloud.com>

* src/attributes.cpp: Correct parsing of default function values
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: Rcpp
Title: Seamless R and C++ Integration
Version: 1.0.1.5
Version: 1.0.2
Date: 2019-07-20
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
Nathan Russell, Douglas Bates and John Chambers
Expand Down
4 changes: 2 additions & 2 deletions inst/bib/Rcpp.bib
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.1},
note = {R package version 1.0.2},
url = CRAN # "package=Rcpp"
}

Expand Down Expand Up @@ -175,7 +175,7 @@ @Manual{CRAN:RcppArmadillo
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and
Douglas Bates and Binxiang Ni},
year = 2019,
note = {R package version 0.9.500.2.0},
note = {R package version 0.9.600.4.0},
url = CRAN # "package=RcppArmadillo"
}

Expand Down
8 changes: 4 additions & 4 deletions inst/include/Rcpp/config.h
Expand Up @@ -26,11 +26,11 @@
#define RcppDevVersion(maj, min, rev, dev) (((maj)*1000000) + ((min)*10000) + ((rev)*100) + (dev))

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

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

#endif
4 changes: 2 additions & 2 deletions vignettes/Rcpp.bib
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.1},
note = {R package version 1.0.2},
url = CRAN # "package=Rcpp"
}

Expand Down Expand Up @@ -175,7 +175,7 @@ @Manual{CRAN:RcppArmadillo
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and
Douglas Bates and Binxiang Ni},
year = 2019,
note = {R package version 0.9.500.2.0},
note = {R package version 0.9.600.4.0},
url = CRAN # "package=RcppArmadillo"
}

Expand Down

0 comments on commit 84c787f

Please sign in to comment.