Skip to content

Commit af835b6

Browse files
committed
rolled minor version
1 parent 3896bd7 commit af835b6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
2016-04-02 Dirk Eddelbuettel <[email protected]>
22

3+
* DESCRIPTION: Rolled to minor version 0.12.4.3
4+
* inst/include/Rcpp/config.h: Ditto
5+
36
* ChangeLog: Added entries for PRs 453 and 454
47
* inst/NEWS.Rd: Add two missing \item uses
58

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.4.2
4-
Date: 2016-03-26
3+
Version: 0.12.4.3
4+
Date: 2016-04-02
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey,
66
Qiang Kou, 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,6 +30,6 @@
3030
#define RCPP_VERSION Rcpp_Version(0,12,4)
3131

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

3535
#endif

0 commit comments

Comments
 (0)