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 Feb 11, 2025
1 parent 50d8ad7 commit 165f82f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
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.14.2
Date: 2025-02-05
Version: 1.0.14.3
Date: 2025-02-11
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
5 changes: 5 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
\item The Rcpp Libraries vignette mentions \code{PACKAGE_types.h} to
declare types used in \code{RcppExports.cpp} (Dirk in \ghpr{1355})
}
\item Changes in Rcpp Deployment:
\itemize{
\item \code{Rcpp.package.skeleton()} creates \sQuote{URL} and
\sQuote{BugReports} if given a github username (Dirk \ghpr{1358})
}
}
}

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.14"

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

#endif

0 comments on commit 165f82f

Please sign in to comment.