Skip to content

Commit 75eb049

Browse files
committed
roll minor version given #1132
1 parent 21ddbb9 commit 75eb049

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 1.0.6.1
3+
Version: 1.0.6.2
44
Date: 2021-01-17
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers

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,1)
34-
#define RCPP_DEV_VERSION_STRING "1.0.6.1"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,6,2)
34+
#define RCPP_DEV_VERSION_STRING "1.0.6.2"
3535

3636
#endif

0 commit comments

Comments
 (0)