Skip to content

Commit 468e2dd

Browse files
committed
Roll micro version and date
1 parent cde8d02 commit 468e2dd

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
tests for long-obsolete linker and compiler flags
55
2025-12-10 Dirk Eddelbuettel <edd@debian.org>
66

7+
* DESCRIPTION (Version, Date): Roll micro version and date
8+
* inst/include/Rcpp/config.h: Idem
9+
710
* inst/include/Rcpp/Rmath.h: Do not access Rf_rnbeta
811

912
2025-12-06 Dirk Eddelbuettel <edd@debian.org>

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.1.0.8
4-
Date: 2025-12-06
3+
Version: 1.1.0.9
4+
Date: 2025-12-10
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define RCPP_VERSION_STRING "1.1.0"
3232

3333
// the current source snapshot (using four components, if a fifth is used in DESCRIPTION we ignore it)
34-
#define RCPP_DEV_VERSION RcppDevVersion(1,1,0,8)
35-
#define RCPP_DEV_VERSION_STRING "1.1.0.8"
34+
#define RCPP_DEV_VERSION RcppDevVersion(1,1,0,9)
35+
#define RCPP_DEV_VERSION_STRING "1.1.0.9"
3636

3737
#endif

0 commit comments

Comments
 (0)