Skip to content

Commit d654e80

Browse files
committed
Roll micro version and date
Following #1371 which used it as its tag
1 parent 50f334a commit d654e80

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-03-24 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll micro version and date
4+
* inst/include/Rcpp/config.h: Idem
5+
16
2025-03-24 Iñaki Ucar <[email protected]>
27

38
* inst/include/Rcpp/exceptions.h: Include C+11 variadic template definitions

DESCRIPTION

Lines changed: 2 additions & 2 deletions
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.9
4-
Date: 2025-03-21
3+
Version: 1.0.14.10
4+
Date: 2025-03-24
55
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
66
comment = c(ORCID = "0000-0001-6419-907X")),
77
person("Romain", "Francois", role = "aut",

inst/include/Rcpp/config.h

Lines changed: 2 additions & 2 deletions
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,9)
34-
#define RCPP_DEV_VERSION_STRING "1.0.14.9"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,14,10)
34+
#define RCPP_DEV_VERSION_STRING "1.0.14.10"
3535

3636
#endif

0 commit comments

Comments
 (0)