Skip to content

Commit 93987a4

Browse files
committed
Release 1.1.2
1 parent 3b5161b commit 93987a4

14 files changed

Lines changed: 13 additions & 8 deletions

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2026-07-01 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* inst/bib/Rcpp.bib: Small correction and reference update
4+
* vignettes/rmd/Rcpp.bib: Idem
5+
* vignettes/rmd/Rcpp-FAQ.Rmd: Quote rbenchmark package once
6+
17
2026-06-29 Dirk Eddelbuettel <edd@debian.org>
28

39
* DESCRIPTION (Version, Date): Roll micro version and date

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.13
4-
Date: 2026-06-29
3+
Version: 1.1.2
4+
Date: 2026-07-01
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/NEWS.Rd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

6-
\section{Changes in Rcpp release version 1.1.1.12 (2026-06-09)}{
6+
\section{Changes in Rcpp release version 1.1.2 (2026-07-01)}{
77
\itemize{
8-
\item Interim release candidate for Rcpp 1.1.2 expected July 2026
98
\item Changes in Rcpp API:
109
\itemize{
1110
\item Use of \code{execinfo.h} is again conditional to avoid build

inst/include/Rcpp/config.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
#define RcppDevVersion(maj, min, rev, dev) (((maj)*1000000) + ((min)*10000) + ((rev)*100) + (dev))
2727

2828
// the currently released version
29-
#define RCPP_VERSION Rcpp_Version(1,1,1)
30-
#define RCPP_VERSION_STRING "1.1.1"
29+
#define RCPP_VERSION Rcpp_Version(1,1,2)
30+
#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,1,13)
34-
#define RCPP_DEV_VERSION_STRING "1.1.1.13"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,1,2,0)
34+
#define RCPP_DEV_VERSION_STRING "1.1.2.0"
3535

3636
#endif

vignettes/Rcpp-FAQ.pdf

2.24 KB
Binary file not shown.

vignettes/Rcpp-attributes.pdf

-122 Bytes
Binary file not shown.

vignettes/Rcpp-extending.pdf

-265 Bytes
Binary file not shown.

vignettes/Rcpp-introduction.pdf

-190 Bytes
Binary file not shown.

vignettes/Rcpp-jss-2011.pdf

131 Bytes
Binary file not shown.

vignettes/Rcpp-libraries.pdf

52 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)