Skip to content

Commit

Permalink
Roll micro release and date, update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Nov 1, 2024
1 parent 3ae789b commit 224558e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-11-01 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Roll micro version to 1.0.13.5
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem

2024-10-31 Kevin Ushey <[email protected]>

* inst/include/Rcpp/r/compat.h: Require R (>= 4.5.0) for new APIs
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: Rcpp
Title: Seamless R and C++ Integration
Version: 1.0.13.4
Date: 2024-10-26
Version: 1.0.13.5
Date: 2024-11-01
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0001-6419-907X")),
person("Romain", "Francois", role = "aut",
Expand Down
2 changes: 2 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
has been removed (Dirk in \ghpr{1335} fixing \ghpr{1334})
\item Compilation on DragonFlyBSD is now supported (Gábor Csárdi in
\ghpr{1338})
\item Use read-only \code{VECTOR_PTR} and \code{STRING_PTR} only with
with R 4.5.0 or later (Kevin in \ghpr{1342} fixing \ghit{1341})
}
\item Changes in Rcpp Deployment:
\itemize{
Expand Down
4 changes: 2 additions & 2 deletions inst/include/Rcpp/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#define RCPP_VERSION_STRING "1.0.13"

// the current source snapshot (using four components, if a fifth is used in DESCRIPTION we ignore it)
#define RCPP_DEV_VERSION RcppDevVersion(1,0,13,4)
#define RCPP_DEV_VERSION_STRING "1.0.13.4"
#define RCPP_DEV_VERSION RcppDevVersion(1,0,13,5)
#define RCPP_DEV_VERSION_STRING "1.0.13.5"

#endif

0 comments on commit 224558e

Please sign in to comment.