From 165f82f7d6d000af566b730beb76595622caa8e3 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Tue, 11 Feb 2025 11:29:34 -0600 Subject: [PATCH] Roll micro-release and date, update NEWS --- DESCRIPTION | 4 ++-- inst/NEWS.Rd | 5 +++++ inst/include/Rcpp/config.h | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0ccca1162..87996386c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person("Romain", "Francois", role = "aut", diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 531fd6daf..0c90cbe02 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -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}) + } } } diff --git a/inst/include/Rcpp/config.h b/inst/include/Rcpp/config.h index 875522996..0410a92cf 100644 --- a/inst/include/Rcpp/config.h +++ b/inst/include/Rcpp/config.h @@ -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