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 25, 2024
1 parent fdd7205 commit 83e640b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-11-25 Dirk Eddelbuettel <[email protected]>

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

2024-11-25 Simon Guest <[email protected]>

* src/attributes.cpp: fix CPP source having to be writable
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.5
Date: 2024-11-01
Version: 1.0.13.6
Date: 2024-11-25
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
10 changes: 9 additions & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
\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 Attributes:
\itemize{
\item The \code{sourceCpp()} function can now handle input files with
read-only modes (Simon Guest in \ghpr{1346} fixing \ghit{1345})
}
\item Changes in Rcpp Deployment:
\itemize{
\item One unit tests for arm64 macOS has been adjusted; a macOS
Expand All @@ -31,7 +36,10 @@
\item The Rcpp Modules vignette was extended slightly following
\ghit{1322} (Dirk)
\item Pdf vignettes have been regenerated under Ghostscript 10.03.1 to
avoid a false positive by a Windows virus scanner (Iñaki in \ghpr{1331})
avoid a false positive by a Windows virus scanner (Iñaki in
\ghpr{1331})
\item A (large) number of (old) typos have been corrected in the
vignettes (Marco Colombo in \ghpr{1344})
}
}
}
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,5)
#define RCPP_DEV_VERSION_STRING "1.0.13.5"
#define RCPP_DEV_VERSION RcppDevVersion(1,0,13,6)
#define RCPP_DEV_VERSION_STRING "1.0.13.6"

#endif

0 comments on commit 83e640b

Please sign in to comment.