Skip to content

Commit e27a256

Browse files
committed
Roll micro version and date following merge
1 parent 93291b6 commit e27a256

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

ChangeLog

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1+
2026-04-09 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* DESCRIPTION (Version, Date): Roll micro version and date
4+
15
2026-04-07 Dirk Eddelbuettel <edd@debian.org>
26

37
* DESCRIPTION (Version, Date): Roll micro version and date (twice)
48
* inst/include/Rcpp/config.h: Idem
59
* inst/NEWS.Rd: Stress interim status
610

7-
2026-04-02 Dirk Eddelbuettel <edd@debian.org>
8-
9-
* inst/include/Rcpp/Function.h: Further refinement for 4.6.0 to not
10-
require R_NamespaceRegistry, using R_getRegisteredNamespace() instead
1111
2026-04-06 Iñaki Ucar <iucar@fedoraproject.org>
1212

1313
* inst/tinytest/test_vector.R: Complete test cases for setting NamesProxy
1414
* inst/tinytest/cpp/Vector.cpp: Idem
1515

16+
2026-04-02 Dirk Eddelbuettel <edd@debian.org>
17+
18+
* inst/include/Rcpp/Function.h: Further refinement for 4.6.0 to not
19+
require R_NamespaceRegistry, using R_getRegisteredNamespace() instead
20+
1621
2026-04-03 Dirk Eddelbuettel <edd@debian.org>
1722

1823
* inst/include/Rcpp/proxy/NamesProxy.h (set): Only set non-null values

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.1.7
4-
Date: 2026-04-07
3+
Version: 1.1.1.8
4+
Date: 2026-04-09
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
@@ -30,7 +30,7 @@
3030
#define RCPP_VERSION_STRING "1.1.1"
3131

3232
// the current source snapshot (using four components, if a fifth is used in DESCRIPTION we ignore it)
33-
#define RCPP_DEV_VERSION RcppDevVersion(1,1,1,7)
34-
#define RCPP_DEV_VERSION_STRING "1.1.1.7"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,1,1,8)
34+
#define RCPP_DEV_VERSION_STRING "1.1.1.8"
3535

3636
#endif

0 commit comments

Comments
 (0)