Skip to content

Commit f22f7e2

Browse files
committed
Roll micro-version and date, update NEWS
1 parent 7b2a207 commit f22f7e2

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-12-06 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* DESCRIPTION (Version, Date): Roll micro version and date
4+
* inst/include/Rcpp/config.h: Idem
5+
* inst/NEWS.Rd: Updated
6+
17
2025-12-04 Iñaki Ucar <iucar@fedoraproject.org>
28

39
* inst/include/Rcpp/r/headers.h: Include <R_ext/Visibility.h>

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.0.7
4-
Date: 2025-12-03
3+
Version: 1.1.0.8
4+
Date: 2025-12-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/NEWS.Rd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
as this can lead to errors (Dirk in \ghpr{1411} closing \ghit{1410})
1919
\item The long-deprecated function \code{loadRcppModules()} has been
2020
removed (Dirk in \ghpr{1416} closing \ghit{1415})
21+
\item Some includes from R were refactored to accommodate R-devel
22+
changes (Iñaki in \ghpr{1418} addressing \ghit{1417})
2123
}
2224
\item Changes in Rcpp Attributes:
2325
\itemize{

inst/include/Rcpp/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define RCPP_VERSION_STRING "1.1.0"
3232

3333
// the current source snapshot (using four components, if a fifth is used in DESCRIPTION we ignore it)
34-
#define RCPP_DEV_VERSION RcppDevVersion(1,1,0,7)
35-
#define RCPP_DEV_VERSION_STRING "1.1.0.7"
34+
#define RCPP_DEV_VERSION RcppDevVersion(1,1,0,8)
35+
#define RCPP_DEV_VERSION_STRING "1.1.0.8"
3636

3737
#endif

0 commit comments

Comments
 (0)