Skip to content

Commit 6feb538

Browse files
committed
release 0.12.14
1 parent f91cd2e commit 6feb538

File tree

6 files changed

+15
-8
lines changed

6 files changed

+15
-8
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2017-11-17 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION: Release 0.12.14
4+
* inst/NEWS.Rd: Release 0.12.14
5+
* inst/bib/Rcpp.bib: Release 0.12.14
6+
* vignettes/Rcpp.bib: Release 0.12.14
7+
* inst/include/Rcpp/config.h: Release 0.12.14
8+
19
2017-11-04 Dirk Eddelbuettel <[email protected]>
210

311
* vignettes/Rcpp-FAQ.Rmd: Add 'skip_final_break: true' toggle

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 0.12.13.2
4-
Date: 2017-10-30
3+
Version: 0.12.14
4+
Date: 2017-11-17
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.14 [unreleased] (2017-11-xx)}{
6+
\section{Changes in Rcpp version 0.12.14 (2017-11-17)}{
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
@@ -13,7 +13,6 @@
1313
allocating one (Kirill Müller in \ghpr{763}).
1414
\item New \code{DateVector} and \code{DatetimeVector} classes are now the
1515
default fully deprecating the old classes as announced one year ago.
16-
1716
}
1817
\item Changes in Rcpp Package:
1918
\itemize{

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.13},
122+
note = {R package version 0.12.14},
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,13)
30+
#define RCPP_VERSION Rcpp_Version(0,12,14)
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(0,12,13,2)
33+
#define RCPP_DEV_VERSION RcppDevVersion(0,12,14,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.13},
122+
note = {R package version 0.12.14},
123123
url = CRAN # "package=Rcpp"
124124
}
125125

0 commit comments

Comments
 (0)