Skip to content

Commit f3472d1

Browse files
committed
Roll minor version and date
1 parent 7607dd3 commit f3472d1

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
2025-05-06 Dirk Eddelbuettel <[email protected]>
22

3+
* DESCRIPTION (Version, Date): Roll micro version and date
4+
* inst/include/Rcpp/config.h: Idem
5+
36
* R/Attributes.R: Support C++26 via plugin
47

58
2025-05-05 Dirk Eddelbuettel <[email protected]>

DESCRIPTION

+2-2
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.14.12
4-
Date: 2025-03-31
3+
Version: 1.0.14.13
4+
Date: 2025-05-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

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define RCPP_VERSION_STRING "1.0.14"
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,0,14,12)
34-
#define RCPP_DEV_VERSION_STRING "1.0.14.12"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,14,13)
34+
#define RCPP_DEV_VERSION_STRING "1.0.14.13"
3535

3636
#endif

0 commit comments

Comments
 (0)