Skip to content

Commit 1de4cf3

Browse files
committed
roll minor version
1 parent d2cfd85 commit 1de4cf3

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

ChangeLog

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

38
* inst/include/Rcpp/exceptions_impl.h: Add include guard,

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.4.3
4-
Date: 2020-03-18
3+
Version: 1.0.4.4
4+
Date: 2020-03-22
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
\itemize{
1010
\item The exception handler code in \ghpr{1043} was updated to ensure
1111
proper include behavior (Kevin in \ghpr{1047} fixing \ghit{1046}).
12+
\item A further updated corrected the header include and provided
13+
a missing else branch (Mattias Ellert in \ghpr{1055}).
1214
\item A missing \code{Rcpp_list6} definition was added to support
1315
R 3.3.* builds (Davis Vaughan in \ghpr{1049} fixing \ghit{1048}).
1416
\item Missing \code{Rcpp_list{2,3,4,5}} definition were added to

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.4"
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(1,0,4,3)
34-
#define RCPP_DEV_VERSION_STRING "1.0.4.3"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,4,4)
34+
#define RCPP_DEV_VERSION_STRING "1.0.4.4"
3535

3636
#endif

0 commit comments

Comments
 (0)