Skip to content

Commit 995b015

Browse files
committed
belatedly add 0.12.13 to bib files and config.h
1 parent 48b37f6 commit 995b015

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

ChangeLog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2017-09-29 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Description): Add <doi:...> per suggestion by CRAN
4+
5+
2017-09-26 Daniel C. Dillon <[email protected]>
6+
7+
* inst/include/Rcpp/vector/MatrixRow.h: Added cbegin() / cend() to
8+
MatrixRow, and fixing return types
9+
* inst/include/Rcpp/vector/VectorBase.h: Ditto
10+
11+
2017-09-24 Dirk Eddelbuettel <[email protected]>
12+
13+
* DESCRIPTION: Release 0.12.13
14+
* inst/NEWS.Rd: Release 0.12.13
15+
* inst/bib/Rcpp.bib: Release 0.12.13
16+
* inst/include/Rcpp/config.h: Release 0.12.13
17+
118
2017-09-23 Dirk Eddelbuettel <[email protected]>
219

320
* inst/bib/Rcpp.bib: Updated references
@@ -47,6 +64,7 @@
4764
* vignettes/Rcpp-attributes.Rmd: Idem
4865

4966
2017-09-18 Daniel C. Dillon <[email protected]>
67+
5068
* inst/include/Rcpp/vector/MatrixRow.h: Added cbegin() and cend() to
5169
the class along with a framework for proper const-correctness in the
5270
future.

inst/bib/Rcpp.bib

Lines changed: 1 addition & 1 deletion
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 = 2017,
122-
note = {R package version 0.12.12},
122+
note = {R package version 0.12.13},
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
@@ -27,10 +27,10 @@
2727
#define RcppDevVersion(maj, min, rev, dev) (((maj)*1000000) + ((min)*10000) + ((rev)*100) + (dev))
2828

2929
// the currently released version
30-
#define RCPP_VERSION Rcpp_Version(0,12,12)
30+
#define RCPP_VERSION Rcpp_Version(0,12,13)
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(0,12,12,0)
33+
#define RCPP_DEV_VERSION RcppDevVersion(0,12,13,0)
3434

3535
#endif
3636

vignettes/Rcpp.bib

Lines changed: 1 addition & 1 deletion
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 = 2017,
122-
note = {R package version 0.12.12},
122+
note = {R package version 0.12.13},
123123
url = CRAN # "package=Rcpp"
124124
}
125125

0 commit comments

Comments
 (0)