Skip to content

Commit

Permalink
Release 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jan 9, 2024
1 parent 8ebc875 commit 5475871
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 11 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2024-01-08 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Date, Version): Release 1.0.12

* inst/include/Rcpp/config.h: Idem
* inst/NEWS.Rd: Idem
* vignettes/rmd/Rcpp.bib: Idem
* inst/bib/Rcpp.bib: Idem
* vignettes/pdf/*: Rebuilt

2024-01-01 Dirk Eddelbuettel <[email protected]>

* vignettes/rmd/Rcpp.bib: Updated to current versions of cited packages
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.11.6
Date: 2023-11-28
Version: 1.0.12
Date: 2024-01-08
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
2 changes: 1 addition & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}

\section{Changes in Rcpp release version 1.0.12 (2024-01-xx)}{
\section{Changes in Rcpp release version 1.0.12 (2024-01-08)}{
\itemize{
\item Changes in Rcpp API:
\itemize{
Expand Down
4 changes: 2 additions & 2 deletions inst/bib/Rcpp.bib
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ @Manual{CRAN:Rcpp
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and JJ
Allaire and Kevin Ushey and Qiang Kou and
Nathan Russel and John Chambers and Douglas Bates},
year = 2023,
note = {R package version 1.0.11},
year = 2024,
note = {R package version 1.0.12},
url = CRAN # "package=Rcpp"
}

Expand Down
8 changes: 4 additions & 4 deletions inst/include/Rcpp/config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

// config.h: Rcpp R/C++ interface class library -- Rcpp configuration
//
// Copyright (C) 2010 - 2023 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2010 - 2024 Dirk Eddelbuettel and Romain Francois
//
// This file is part of Rcpp.
//
Expand All @@ -27,10 +27,10 @@

// the currently released version
#define RCPP_VERSION Rcpp_Version(1,0,11)
#define RCPP_VERSION_STRING "1.0.11"
#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,11,6)
#define RCPP_DEV_VERSION_STRING "1.0.11.6"
#define RCPP_DEV_VERSION RcppDevVersion(1,0,12,0)
#define RCPP_DEV_VERSION_STRING "1.0.12.0"

#endif
4 changes: 2 additions & 2 deletions vignettes/rmd/Rcpp.bib
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ @Manual{CRAN:Rcpp
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and JJ
Allaire and Kevin Ushey and Qiang Kou and
Nathan Russel and John Chambers and Douglas Bates},
year = 2023,
note = {R package version 1.0.11},
year = 2024,
note = {R package version 1.0.12},
url = CRAN # "package=Rcpp"
}

Expand Down

0 comments on commit 5475871

Please sign in to comment.