From 518961121d632fe42ad93421027e98459626d724 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Mon, 24 Jun 2024 05:55:53 -0500 Subject: [PATCH] Release 1.0.12.4 --- ChangeLog | 5 +++++ DESCRIPTION | 4 ++-- inst/include/Rcpp/config.h | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 321ec0aa9..2b1261d9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-06-22 Dirk Eddelbuettel + + * DESCRIPTION (Version, Date): Roll micro version + * inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem + 2024-06-11 Kevin Ushey * inst/include/Rcpp/internal/r_vector.h: Use template specializations to diff --git a/DESCRIPTION b/DESCRIPTION index 9fa43643c..9081c2e34 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 diff --git a/inst/include/Rcpp/config.h b/inst/include/Rcpp/config.h index 980385569..2cba1f7cf 100644 --- a/inst/include/Rcpp/config.h +++ b/inst/include/Rcpp/config.h @@ -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