Skip to content

Commit c1581a6

Browse files
committed
roll minor version
1 parent cf8abe2 commit c1581a6

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2021-10-01 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version
4+
* inst/include/Rcpp/config.h: Idem
5+
6+
* inst/NEWS.Rd: Updated
7+
18
2021-09-29 Iñaki Ucar <iucar@fedoraproject.org>
29

310
* inst/include/Rcpp/XPtr.h: Check for new define

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.7.2
4-
Date: 2021-07-25
3+
Version: 1.0.7.3
4+
Date: 2021-10-01
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>

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.7"
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,7,2)
34-
#define RCPP_DEV_VERSION_STRING "1.0.7.2"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,7,3)
34+
#define RCPP_DEV_VERSION_STRING "1.0.7.3"
3535

3636
#endif

0 commit comments

Comments
 (0)