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 3a9aeaa

Browse filesBrowse files
committed
Roll micro version and date
1 parent b265934 commit 3a9aeaa
Copy full SHA for 3a9aeaa

3 files changed

+7-4Lines changed: 7 additions & 4 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎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
2026-07-24 Dirk Eddelbuettel <edd@debian.org>
22

3+
* DESCRIPTION (Version, Date): Roll micro version and date
4+
* inst/include/Rcpp/config.h: Idem
5+
36
* man/dependsAttribute.Rd: Add \usage{} section to appease R-devel
47
* man/exportAttribute.Rd: Idem
58
* man/interfacesAttribute.Rd: Idem
Collapse file

‎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.1.2
4-
Date: 2026-07-01
3+
Version: 1.1.2.1
4+
Date: 2026-07-24
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",
Collapse file

‎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.1.2"
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,2,0)
34-
#define RCPP_DEV_VERSION_STRING "1.1.2.0"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,1,2,1)
34+
#define RCPP_DEV_VERSION_STRING "1.1.2.1"
3535

3636
#endif

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.