Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f3472d1

Browse filesBrowse files
committed
Roll minor version and date
1 parent 7607dd3 commit f3472d1
Copy full SHA for f3472d1

File tree

3 files changed

+7
-4
lines changed
Filter options

3 files changed

+7
-4
lines changed

‎ChangeLog

Copy file name to clipboardExpand all lines: ChangeLog
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
2025-05-06 Dirk Eddelbuettel <edd@debian.org>
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 <edd@debian.org>

‎DESCRIPTION

Copy file name to clipboardExpand all lines: DESCRIPTION
+2-2Lines 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.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 = "edd@debian.org",
66
comment = c(ORCID = "0000-0001-6419-907X")),
77
person("Romain", "Francois", role = "aut",

‎inst/include/Rcpp/config.h

Copy file name to clipboardExpand all lines: inst/include/Rcpp/config.h
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.