Skip to content

Commit

Permalink
Minor polish on one Rd file and new micro release (#1282)
Browse files Browse the repository at this point in the history
* Correct one stray Rd macro

* Roll micro version

* Also update Rd file
  • Loading branch information
eddelbuettel authored Oct 27, 2023
1 parent 8575b2e commit 79211e7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2023-10-27 Dirk Eddelbuettel <edd@debian.org>

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

* R/tools.R: Correct missing Rd macros (spotted by R-devel CMD check)

2023-10-22 Aaron Lun <infinite.monkeys.with.keyboards@gmail.com>

* inst/include/Rcpp/vector/MatrixColumn.h: Cast integer index
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.11.2
Date: 2023-08-31
Version: 1.0.11.3
Date: 2023-10-27
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
Nathan Russell, Inaki Ucar, Douglas Bates and John Chambers
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Expand Down
2 changes: 1 addition & 1 deletion R/tools.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ asBuildPath <- function(path) {
##' Helper function to report the package version of the R installation.
##'
##' While \code{packageVersion(Rcpp)} exports the version registers in
##' {DESCRIPTION}, this version does get incremented more easily
##' \code{DESCRIPTION}, this version does get incremented more easily
##' during development and can therefore be higher than the released
##' version. The actual \code{#define} long used at the C++ level
##' corresponds more to an \sQuote{API Version} which is now provided
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.11"

// the current source snapshot (using four components, if a fifth is used in DESCRIPTION we ignore it)
#define RCPP_DEV_VERSION RcppDevVersion(1,0,11,2)
#define RCPP_DEV_VERSION_STRING "1.0.11.2"
#define RCPP_DEV_VERSION RcppDevVersion(1,0,11,3)
#define RCPP_DEV_VERSION_STRING "1.0.11.3"

#endif
2 changes: 1 addition & 1 deletion man/getRcppVersion.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79211e7

Please sign in to comment.