Skip to content

Commit d8f04d8

Browse files
committed
Roll micro version date
1 parent f1e9eea commit d8f04d8

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

ChangeLog

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2026-01-06 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll micro version and date
4+
* inst/include/Rcpp/config.h: Idem
5+
6+
2026-01-04 Dirk Eddelbuettel <[email protected]>
7+
8+
* inst/include/RcppCommon.h: No longer require RCPP_USING_UNWIND_PROTECT
9+
* inst/include/Rcpp/r/headers.h: Idem
10+
* inst/include/Rcpp/api/meat/Rcpp_eval.h: Idem
11+
* inst/tinytest/cpp/stack.cpp: No longer test with RCPP_USING_UNWIND_PROTECT
12+
* inst/tinytest/test_interface.R: Idem
13+
114
2026-01-01 Dirk Eddelbuettel <[email protected]>
215

316
* R/Attributes.R: Additional or adjusted #nocov tags
@@ -22,13 +35,6 @@
2235
* inst/include/Rcpp/r_cast.h: Idem
2336
* src/attributes.cpp: Idem
2437
* src/barrier.cpp: Idem
25-
2026-01-04 Dirk Eddelbuettel <[email protected]>
26-
27-
* inst/include/RcppCommon.h: No longer require RCPP_USING_UNWIND_PROTECT
28-
* inst/include/Rcpp/r/headers.h: Idem
29-
* inst/include/Rcpp/api/meat/Rcpp_eval.h: Idem
30-
* inst/tinytest/cpp/stack.cpp: No longer test with RCPP_USING_UNWIND_PROTECT
31-
* inst/tinytest/test_interface.R: Idem
3238

3339
2025-12-30 Dirk Eddelbuettel <[email protected]>
3440

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.13.1
4-
Date: 2026-01-04
3+
Version: 1.1.0.14
4+
Date: 2026-01-06
55
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
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,13)
35-
#define RCPP_DEV_VERSION_STRING "1.1.0.13"
34+
#define RCPP_DEV_VERSION RcppDevVersion(1,1,0,14)
35+
#define RCPP_DEV_VERSION_STRING "1.1.0.14"
3636

3737
#endif

0 commit comments

Comments
 (0)