Skip to content

Commit a3e27fe

Browse files
up devel version
1 parent 871feb4 commit a3e27fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.11.5.3
4-
Date: 2015-04-11
3+
Version: 0.11.5.4
4+
Date: 2015-04-25
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey,
66
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,11,5)
3131

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

3535
#endif
3636

0 commit comments

Comments
 (0)