Skip to content

Commit 4e987f9

Browse files
committed
Roll micro version and date, update NEWS
1 parent 7c1e5b4 commit 4e987f9

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

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.2
4-
Date: 2026-01-22
3+
Version: 1.1.1.3
4+
Date: 2026-01-23
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
complexity (Dirk in \ghpr{1445} addressing \ghit{1442})
1212
\item An internal state component for \code{Datetime} is now \code{int}
1313
(Dirk in \ghpr{1448} and \ghpr{1449} fixing \ghpr{1447})
14+
\item Three new (in R 4.6.0) attribute accessors are used conditionally
15+
(Dirk in \ghpr{1450} closing \ghit{1432})
1416
}
1517
}
1618
}

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,2)
34-
#define RCPP_DEV_VERSION_STRING "1.1.1.2"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,1,1,3)
34+
#define RCPP_DEV_VERSION_STRING "1.1.1.3"
3535

3636
#endif

0 commit comments

Comments
 (0)