Skip to content

Commit 2e36e87

Browse files
committed
roll minor version and date
1 parent 494d8e5 commit 2e36e87

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2017-01-17 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version and Date
4+
5+
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Roll minor
6+
7+
* src/Date.cpp (Rcpp): Do not access tm_gmtoff on Solaris
8+
19
2017-01-14 Dirk Eddelbuettel <[email protected]>
210

311
* DESCRIPTION: Release 0.12.9

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.9
4-
Date: 2017-01-14
3+
Version: 0.12.9.1
4+
Date: 2017-01-17
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,9)
3131

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

3535
#endif
3636

0 commit comments

Comments
 (0)