Skip to content

Commit 4e300ae

Browse files
committed
roll minor version
1 parent 8f2a101 commit 4e300ae

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

ChangeLog

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
2017-04-20 James J Balamuta <[email protected]>
1+
2017-04-20 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version
4+
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem
25

3-
* inst/include/Rcpp/api/meat/DottedPairImpl.h: Corrected format specifier
4-
from '%s' to '%i'.
6+
2017-04-20 James J Balamuta <[email protected]>
57

8+
* inst/include/Rcpp/api/meat/DottedPairImpl.h: Corrected format
9+
specifier from '%s' to '%i'.
610

711
2017-04-18 James J Balamuta <[email protected]>
812

@@ -29,9 +33,10 @@
2933
2017-04-17 James J Balamuta <[email protected]>
3034

3135
* inst/include/Rcpp/Rcpp/exceptions/cpp11/exceptions.h: Removed
32-
semicolons from RCPP_ADVANCED_EXCEPTION_CLASS to quiet 'extra ;' -Wpedantic
36+
semicolons from RCPP_ADVANCED_EXCEPTION_CLASS to quiet 'extra ;'
37+
-Wpedantic
3338

34-
* inst/include/Rcpp/exceptions.h: Modified exceptions macros to support
39+
OB* inst/include/Rcpp/exceptions.h: Modified exceptions macros to support
3540
a default string and removed generated stop, warning from file.
3641
* inst/include/Rcpp/Rcpp/exceptions/cpp98/exceptions.h: Contains
3742
generated RCPP_ADVANCED_EXCEPTION_CLASS macro, stop & warning.

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: 0.12.10.1
4-
Date: 2017-04-14
3+
Version: 0.12.10.2
4+
Date: 2017-04-20
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/include/Rcpp/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define RCPP_VERSION Rcpp_Version(0,12,10)
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(0,12,10,0)
33+
#define RCPP_DEV_VERSION RcppDevVersion(0,12,10,2)
3434

3535
#endif
3636

0 commit comments

Comments
 (0)