Skip to content

Commit f94ac43

Browse files
committed
Roll minor version and date to 1.0.10.1
1 parent d9d551d commit f94ac43

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

ChangeLog

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

38
* R/RcppLdpath.R: CxxFlags() now quotes only non-standard paths on linux

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.10
4-
Date: 2023-01-12
3+
Version: 1.0.10.1
4+
Date: 2023-01-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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
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 hotfix release version 1.0.11 (2023-07-xx)}{
6+
\section{Changes in Rcpp rc version 1.0.11.1 for 1.0.11 (2023-07-xx)}{
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
1010
\item \code{Rcpp:::CxxFlags()} now quotes only non-standard include path
11-
on linux (closing \ghit{1242}).
11+
on linux (Lukasz in \ghpr{1243} closing \ghit{1242}).
1212
}
1313
}
1414
}
@@ -46,7 +46,7 @@
4646
}
4747
}
4848

49-
\section{Changes in Rcpp hotfix release version 1.0.9 (2022-07-02)}{
49+
\section{Changes in Rcpp release version 1.0.9 (2022-07-02)}{
5050
\itemize{
5151
\item Changes in Rcpp API:
5252
\itemize{

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

3636
#endif

0 commit comments

Comments
 (0)