Skip to content

Commit

Permalink
roll minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jun 6, 2020
1 parent f196f14 commit aa8438a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2020-06-05 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Roll minor version
* inst/include/Rcpp/config.h: Idem

* R/Rcpp.package.skeleton.R: Remove a remaining NAMESPACE entry for
a temporary function symbol; ensure an exportPattern is set

Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: Rcpp
Title: Seamless R and C++ Integration
Version: 1.0.4.11
Date: 2020-05-18
Version: 1.0.4.12
Date: 2020-06-05
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
Nathan Russell, Douglas Bates and John Chambers
Maintainer: Dirk Eddelbuettel <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions inst/include/Rcpp/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#define RCPP_VERSION_STRING "1.0.4"

// the current source snapshot
#define RCPP_DEV_VERSION RcppDevVersion(1,0,4,11)
#define RCPP_DEV_VERSION_STRING "1.0.4.11"
#define RCPP_DEV_VERSION RcppDevVersion(1,0,4,12)
#define RCPP_DEV_VERSION_STRING "1.0.4.12"

#endif

0 comments on commit aa8438a

Please sign in to comment.