Skip to content

Commit

Permalink
bump version, update headers, update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Jan 28, 2021
1 parent 5718020 commit 6c232e1
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 7 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2021-01-28 Iñaki Ucar <iucar@fedoraproject.org>

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

* inst/include/Rcpp/iostream/Rstreambuf.h: Support for global Rcout/Rcerr by
adding `-DRCPP_USE_GLOBAL_ROSTREAM` to `PKG_CPPFLAGS`. This behavior mimics
std::cout/cerr. Required initialization code is automatically generated.
* inst/include/Rcpp/routines.h: Ditto
* src/api.cpp: Ditto
* src/attributes.cpp: Ditto
* src/rcpp_init.cpp: Ditto

2021-01-21 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): Roll minor version
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.6.4
Date: 2021-01-21
Version: 1.0.6.5
Date: 2021-01-28
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
Nathan Russell, Douglas Bates and John Chambers
Maintainer: Dirk Eddelbuettel <edd@debian.org>
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.6"

// the current source snapshot
#define RCPP_DEV_VERSION RcppDevVersion(1,0,6,4)
#define RCPP_DEV_VERSION_STRING "1.0.6.4"
#define RCPP_DEV_VERSION RcppDevVersion(1,0,6,5)
#define RCPP_DEV_VERSION_STRING "1.0.6.5"

#endif
1 change: 1 addition & 0 deletions inst/include/Rcpp/iostream/Rstreambuf.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Rstreambuf.h: Rcpp R/C++ interface class library -- stream buffer
//
// Copyright (C) 2011 - 2017 Dirk Eddelbuettel, Romain Francois and Jelmer Ypma
// Copyright (C) 2021 Dirk Eddelbuettel, Romain Francois, Jelmer Ypma and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
2 changes: 1 addition & 1 deletion src/api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// api.cpp: Rcpp R/C++ interface class library -- Rcpp api
//
// Copyright (C) 2012 - 2020 Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2012 - 2021 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
2 changes: 1 addition & 1 deletion src/attributes.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// attributes.cpp: Rcpp R/C++ interface class library -- Rcpp attributes
//
// Copyright (C) 2012 - 2021 JJ Allaire, Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2012 - 2021 JJ Allaire, Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down
2 changes: 1 addition & 1 deletion src/rcpp_init.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

// Rcpp_init.cpp : Rcpp R/C++ interface class library -- Initialize and register
//
// Copyright (C) 2010 - 2020 John Chambers, Dirk Eddelbuettel and Romain Francois
// Copyright (C) 2010 - 2021 John Chambers, Dirk Eddelbuettel, Romain Francois and Iñaki Ucar
//
// This file is part of Rcpp.
//
Expand Down

0 comments on commit 6c232e1

Please sign in to comment.