Skip to content

Commit

Permalink
Release 1.0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jun 24, 2024
1 parent 5614a8b commit 5189611
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-06-22 Dirk Eddelbuettel <[email protected]>

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

2024-06-11 Kevin Ushey <[email protected]>

* inst/include/Rcpp/internal/r_vector.h: Use template specializations to
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.12.3
Date: 2024-05-28
Version: 1.0.12.4
Date: 2024-06-22
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
Nathan Russell, Inaki Ucar, 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.12"

// the current source snapshot (using four components, if a fifth is used in DESCRIPTION we ignore it)
#define RCPP_DEV_VERSION RcppDevVersion(1,0,12,3)
#define RCPP_DEV_VERSION_STRING "1.0.12.3"
#define RCPP_DEV_VERSION RcppDevVersion(1,0,12,4)
#define RCPP_DEV_VERSION_STRING "1.0.12.4"

#endif

0 comments on commit 5189611

Please sign in to comment.