Skip to content

Commit 20e462f

Browse files
committed
roll minor version and date once more, update news
1 parent dda407a commit 20e462f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 1.0.4.1
3+
Version: 1.0.4.2
44
Date: 2020-03-17
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers

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 missing \code{Rcpp_list6} definition was added to support
13+
R 3.3.* builds (Davis Vaughan in \ghpr{1049} fixing \ghit{1048}).
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.4"
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(1,0,4,1)
34-
#define RCPP_DEV_VERSION_STRING "1.0.4.1"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,4,2)
34+
#define RCPP_DEV_VERSION_STRING "1.0.4.2"
3535

3636
#endif

0 commit comments

Comments
 (0)