From 6f3635b239c7e58be64bc6615afcfc4183f82887 Mon Sep 17 00:00:00 2001 From: Gnimuc Date: Sun, 15 Jul 2018 12:28:30 +0800 Subject: [PATCH] Update build_tarballs.jl --- build_tarballs.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build_tarballs.jl b/build_tarballs.jl index 31c7bc0..5ec82a9 100644 --- a/build_tarballs.jl +++ b/build_tarballs.jl @@ -63,5 +63,4 @@ dependencies = [ ] # Build the tarballs, and possibly a `build.jl` as well. -build_tarballs(ARGS, "BKMaxflow", sources, script, platforms, products, dependencies) - +build_tarballs(ARGS, "BKMaxflow", v"3.0.1", sources, script, platforms, products, dependencies)