Skip to content

Commit 52ab64d

Browse files
committed
Roll micro version and date
Using 1.1.0.6 as .5 suffix was used for some of the Rf_error runs
1 parent 747fc0d commit 52ab64d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.1.0.4
4-
Date: 2025-10-13
3+
Version: 1.1.0.6
4+
Date: 2025-11-25
55
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
66
comment = c(ORCID = "0000-0001-6419-907X")),
77
person("Romain", "Francois", role = "aut",

inst/include/Rcpp/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define RCPP_VERSION_STRING "1.1.0"
3232

3333
// the current source snapshot (using four components, if a fifth is used in DESCRIPTION we ignore it)
34-
#define RCPP_DEV_VERSION RcppDevVersion(1,1,0,4)
35-
#define RCPP_DEV_VERSION_STRING "1.1.0.4"
34+
#define RCPP_DEV_VERSION RcppDevVersion(1,1,0,6)
35+
#define RCPP_DEV_VERSION_STRING "1.1.0.6"
3636

3737
#endif

0 commit comments

Comments
 (0)