Skip to content

Commit 521a2d0

Browse files
committed
roll minor version and date
1 parent 63f57d3 commit 521a2d0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
2018-10-12 Dirk Eddelbuettel <[email protected]>
22

3+
* DESCRIPTION (Date, Version): Roll minor version
4+
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem
5+
36
* tests/doRUnit.R: Simplified to something similar to what
47
RcppArmadillo (and other packages) had for a while now
58

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.19.2
4-
Date: 2018-10-02
3+
Version: 0.12.19.3
4+
Date: 2018-10-12
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/include/Rcpp/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
#define RCPP_VERSION Rcpp_Version(0,12,19)
3030

3131
// the current source snapshot
32-
#define RCPP_DEV_VERSION RcppDevVersion(0,12,19,2)
32+
#define RCPP_DEV_VERSION RcppDevVersion(0,12,19,3)
3333

3434
#endif

0 commit comments

Comments
 (0)