Skip to content

Commit 165f82f

Browse files
committed
Roll micro-release and date, update NEWS
1 parent 50d8ad7 commit 165f82f

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 1.0.14.2
4-
Date: 2025-02-05
3+
Version: 1.0.14.3
4+
Date: 2025-02-11
55
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
66
comment = c(ORCID = "0000-0001-6419-907X")),
77
person("Romain", "Francois", role = "aut",

inst/NEWS.Rd

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
\item The Rcpp Libraries vignette mentions \code{PACKAGE_types.h} to
1818
declare types used in \code{RcppExports.cpp} (Dirk in \ghpr{1355})
1919
}
20+
\item Changes in Rcpp Deployment:
21+
\itemize{
22+
\item \code{Rcpp.package.skeleton()} creates \sQuote{URL} and
23+
\sQuote{BugReports} if given a github username (Dirk \ghpr{1358})
24+
}
2025
}
2126
}
2227

inst/include/Rcpp/config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define RCPP_VERSION_STRING "1.0.14"
3131

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

3636
#endif

0 commit comments

Comments
 (0)