Skip to content

Commit 7c5df0c

Browse files
committed
Roll micro version and date
1 parent 2d7c521 commit 7c5df0c

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-03-31 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* DESCRIPTION (Version, Date): Roll micro version and date
4+
* inst/include/Rcpp/config.h: Idem
5+
16
2025-03-29 Iñaki Ucar <iucar@fedoraproject.org>
27

38
* inst/include/Rcpp/traits/result_of.h: Reimplement traits::result_of using

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.11
4-
Date: 2025-03-26
3+
Version: 1.0.14.12
4+
Date: 2025-03-31
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/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,11)
34-
#define RCPP_DEV_VERSION_STRING "1.0.14.11"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,14,12)
34+
#define RCPP_DEV_VERSION_STRING "1.0.14.12"
3535

3636
#endif

0 commit comments

Comments
 (0)