Skip to content

Commit d9b5431

Browse files
committed
Roll micro version, update date, update NEWS
1 parent dfb530d commit d9b5431

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2024-07-24 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll micro version
4+
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem
5+
16
2024-07-11 Dirk Eddelbuettel <[email protected]>
27

38
* DESCRIPTION (Date, Version): Release 1.0.13
@@ -24,6 +29,7 @@
2429
* inst/include/Rcpp/Language.h: Avoid using SET_TYPEOF
2530
* inst/include/Rcpp/Pairlist.h: Idem
2631
* inst/include/Rcpp/r_cast.h: Idem
32+
[ merged 2024-07-24 after release of Rcpp 1.0.13 ]
2733

2834
2024-06-22 Dirk Eddelbuettel <[email protected]>
2935

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.13.0.2
4-
Date: 2024-07-22
3+
Version: 1.0.13.1
4+
Date: 2024-07-24
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Inaki Ucar, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

6-
\section{Changes in Rcpp release version 1.0.13 (2025-01-xx)}{
6+
\section{Changes in Rcpp release version 1.0.14 (2025-01-xx)}{
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
1010
\item Support for user-defined databases has been removed (Kevin in
1111
\ghpr{1314} fixing \ghit{1313})
12+
\item The \code{SET_TYPEOF} function and macro is no longer used (Kevin in
13+
\ghpr{1315} fixing \ghit{1312})
1214
}
1315
}
1416
}

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.13"
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,13,0)
34-
#define RCPP_DEV_VERSION_STRING "1.0.13.0"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,13,1)
34+
#define RCPP_DEV_VERSION_STRING "1.0.13.1"
3535

3636
#endif

0 commit comments

Comments
 (0)