Skip to content

Commit fb91e5a

Browse files
committed
roll minor version
1 parent e4fdc46 commit fb91e5a

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2021-01-17 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version
4+
* inst/include/Rcpp/config.h: Idem
5+
16
2021-01-16 Dirk Eddelbuettel <[email protected]>
27

38
* tests/tinytest.R: Test for CODECOV when deciding to run extensive

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: 1.0.6
4-
Date: 2021-01-14
3+
Version: 1.0.6.1
4+
Date: 2021-01-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/include/Rcpp/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define RCPP_VERSION_STRING "1.0.6"
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(1,0,6,0)
34-
#define RCPP_DEV_VERSION_STRING "1.0.6.0"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,6,1)
34+
#define RCPP_DEV_VERSION_STRING "1.0.6.1"
3535

3636
#endif

0 commit comments

Comments
 (0)