Skip to content

Commit

Permalink
build: set upstream version back to master (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin committed Nov 17, 2017
1 parent a4aab01 commit 57b50d4
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 @@ -5,7 +5,7 @@ import JSON
# First try to detect and load existing libmxnet
################################################################################
libmxnet_detected = false
libmxnet_curr_ver = get(ENV, "MXNET_COMMIT", "0.12.1")
libmxnet_curr_ver = get(ENV, "MXNET_COMMIT", "master")
curr_win = "20171019" # v0.12.0

if haskey(ENV, "MXNET_HOME")
Expand Down

0 comments on commit 57b50d4

Please sign in to comment.