Skip to content

Commit c692d59

Browse files
committed
tag release 0.9.3
1 parent 1b7bbdf commit c692d59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: clustermq
22
Title: Evaluate Function Calls on HPC Schedulers (LSF, SGE, SLURM, PBS/Torque)
3-
Version: 0.9.2.9000
3+
Version: 0.9.3
44
Authors@R: c(
55
person('Michael', 'Schubert', email='[email protected]',
66
role = c('aut', 'cre', 'cph'),

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ doc:
3636

3737
.PHONY: package
3838
package: rcpp doc vignettes
39-
./src/patch_libzmq.sh
39+
./src/util/patch_libzmq.sh
4040
PATH=$(BIN):$$PATH R CMD build .
4141
R CMD check --as-cran clustermq_$(PKGVER).tar.gz
4242

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# git head
1+
# clustermq 0.9.3
22

33
* Fix a bug where `BiocParallel` did not export required objects (#302)
44
* Fix a bug where already finished workers were killed (#307)

0 commit comments

Comments
 (0)