Skip to content

Commit 19cd92b

Browse files
committed
prepare for release
1 parent d34c550 commit 19cd92b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: RcppParallel
22
Type: Package
33
Title: Parallel Programming Tools for 'Rcpp'
4-
Version: 5.1.9.9000
4+
Version: 5.1.10
55
Authors@R: c(
66
person("JJ", "Allaire", role = c("aut"), email = "[email protected]"),
77
person("Romain", "Francois", role = c("aut", "cph")),

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

2-
## RcppParallel 5.1.10 (UNRELEASED)
2+
## RcppParallel 5.1.10
33

4+
* Fixed an issue where packages linking to RcppParallel could inadverently
5+
depend on internals of the TBB library available during compilation, even
6+
if the package did not explicitly use TBB itself.
47

58
## RcppParallel 5.1.9
69

0 commit comments

Comments
 (0)