Skip to content

Commit 94f0e27

Browse files
committed
release 0.12.1
1 parent 9491c72 commit 94f0e27

File tree

7 files changed

+26
-9
lines changed

7 files changed

+26
-9
lines changed

ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2015-09-10 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION: Release 0.12.1
4+
* inst/NEWS.Rd: Release 0.12.1
5+
* vignettes/Rcpp.bib: Release 0.12.1
6+
* inst/include/Rcpp/config.h: Release 0.12.1
7+
8+
* debian/*: Changes for Debian release of 0.12.1
9+
110
2015-09-09 Dirk Eddelbuettel <[email protected]>
211

312
* vignettes/Rcpp-attributes.Rnw: Less harsh grey border around code

DESCRIPTION

+2-2
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.0.9
4-
Date: 2015-09-09
3+
Version: 0.12.1
4+
Date: 2015-09-10
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey,
66
Qiang Kou, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
rcpp (0.12.1-1) unstable; urgency=low
2+
3+
* New upstream release
4+
5+
* debian/control: Set Build-Depends: to current R version
6+
7+
-- Dirk Eddelbuettel <[email protected]> Thu, 10 Sep 2015 05:14:40 -0500
8+
19
rcpp (0.12.0-1) unstable; urgency=low
210

311
* New upstream release

debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Source: rcpp
22
Section: gnu-r
33
Priority: optional
44
Maintainer: Dirk Eddelbuettel <[email protected]>
5-
Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.2.1), cdbs, r-cran-codetools, r-cran-pkgkitten
5+
Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.2.2), cdbs, r-cran-codetools, r-cran-pkgkitten
66
Standards-Version: 3.9.6
77
Homepage: http://dirk.eddelbuettel.com/code/rcpp.html
88

inst/NEWS.Rd

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
\title{News for Package 'Rcpp'}
33
\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
44

5-
\section{Changes in Rcpp version 0.12.1 (2015-xx-yy)}{
5+
\section{Changes in Rcpp version 0.12.1 (2015-09-10)}{
66
\itemize{
77
\item Changes in Rcpp API:
88
\itemize{

inst/include/Rcpp/config.h

+2-2
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,0)
30+
#define RCPP_VERSION Rcpp_Version(0,12,1)
3131

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

3535
#endif
3636

vignettes/Rcpp.bib

+3-3
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ @Manual{CRAN:Rcpp
137137
Allaire and Kevin Ushey and Qiang Kou and
138138
John Chambers and Douglas Bates},
139139
year = 2015,
140-
note = {R package version 0.12.0},
140+
note = {R package version 0.12.1},
141141
url = CRAN # "package=Rcpp"
142142
}
143143

@@ -171,10 +171,10 @@ @Manual{CRAN:Rcpp:Sugar
171171
@Manual{CRAN:RcppArmadillo,
172172
title = {RcppArmadillo: Rcpp integration for Armadillo
173173
templated linear algebra library},
174-
author = {Romain Fran\c{c}ois and Dirk Eddelbuettel and
174+
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and
175175
Douglas Bates},
176176
year = 2015,
177-
note = {R package version 0.5.200.1.0},
177+
note = {R package version 0.5.500.2.0},
178178
url = CRAN # "package=RcppArmadillo"
179179
}
180180

0 commit comments

Comments
 (0)