Skip to content

Commit 33c6748

Browse files
committed
Roll micro release and date, update NEWS.Rd
1 parent 0a2f3a3 commit 33c6748

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
2025-03-21 Dirk Eddelbuettel <[email protected]>
22

3+
* DESCRIPTION (Version, Date): Roll micro version and date
4+
* inst/include/Rcpp/config.h: Idem
5+
36
* inst/include/Rcpp/String.h: Remove explicit RCPP_USING_CXX11 as
47
use of C++11 (or newer) is both implicit and ensuredIdem
58
* inst/include/Rcpp/macros/dispatch.h: Idem

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.0.14.8
4-
Date: 2025-03-17
3+
Version: 1.0.14.9
4+
Date: 2025-03-21
55
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
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
@@ -19,6 +19,8 @@
1919
C++11 as the minunum (Dirk in \ghpr{1364} closing \ghit{1363})
2020
\item Variadic templates are now used onconditionally given C++11 (Dirk
2121
in \ghpr{1367} closing \ghit{1366})
22+
\item Remove \code{RCPP_USING_CXX11} as a \code{#define} as C++11 is
23+
now a given (Dirk in \ghpr{1369})
2224
}
2325
\item Changes in Rcpp Documentation:
2426
\itemize{

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.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,8)
34-
#define RCPP_DEV_VERSION_STRING "1.0.14.8"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,14,9)
34+
#define RCPP_DEV_VERSION_STRING "1.0.14.9"
3535

3636
#endif

0 commit comments

Comments
 (0)