diff --git a/DESCRIPTION b/DESCRIPTION index 8865d9f9..c6b75a93 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: RcppParallel Type: Package Title: Parallel Programming Tools for 'Rcpp' -Version: 5.1.3-9000 +Version: 5.1.4 Authors@R: c( person("JJ", "Allaire", role = c("aut"), email = "jj@rstudio.com"), person("Romain", "Francois", role = c("aut", "cph")), diff --git a/NEWS.md b/NEWS.md index 9c080c89..ecb0fc51 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,8 @@ -## RcppParallel 5.1.4 (UNRELEASED) +## RcppParallel 5.1.4 + +- Fixed an issue causing client packages of RcppParallel to fail to compile + on Solaris. ## RcppParallel 5.1.3