Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
barche committed Nov 21, 2016
1 parent 6389725 commit 54121de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ provides(BuildProcess,
end
end), examples)

provides(Binaries, Dict(URI("https://github.com/JuliaInterop/CxxWrap.jl/releases/download/v0.1.7/CxxWrap-julia-$(VERSION.major).$(VERSION.minor)-win$(Sys.WORD_SIZE).zip") => deps), os = :Windows)
provides(Binaries, Dict(URI("https://github.com/JuliaInterop/CxxWrap.jl/releases/download/v0.1.8/CxxWrap-julia-$(VERSION.major).$(VERSION.minor)-win$(Sys.WORD_SIZE).zip") => deps), os = :Windows)

@BinDeps.install Dict([(:cxx_wrap, :_l_cxx_wrap),
(:containers, :_l_containers),
Expand Down

0 comments on commit 54121de

Please sign in to comment.