Skip to content
/ Rcpp Public
  • Sponsor
  • Notifications You must be signed in to change notification settings
  • Fork 218

Commit b7f44cf

Browse files
committedJul 27, 2022
roll version and date after #1225
1 parent 8d30fd2 commit b7f44cf

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed
 

Diff for: ‎ChangeLog

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

38
* inst/include/Rcpp/r/headers.h: Unwind protection is enabled by default

Diff for: ‎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.9
4-
Date: 2022-07-02
3+
Version: 1.0.9.1
4+
Date: 2022-07-27
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 <edd@debian.org>

Diff for: ‎inst/NEWS.Rd

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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 x.x.x (xxxx-xx-xx)}{
6+
\section{Changes in Rcpp release version 1.0.9.1 (2022-07-27)}{
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{

Diff for: ‎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.9"
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,9,0)
34-
#define RCPP_DEV_VERSION_STRING "1.0.9.0"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,9,1)
34+
#define RCPP_DEV_VERSION_STRING "1.0.9.1"
3535

3636
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.