cbc => 2.8.5
This commit is contained in:
@@ -72,8 +72,7 @@ public class KenKen2
|
||||
x[cc[2]-1,cc[3]-1] *
|
||||
x[cc[4]-1,cc[5]-1]) == res;
|
||||
} else {
|
||||
this_prod = (
|
||||
x[cc[0]-1,cc[1]-1] *
|
||||
this_prod = (x[cc[0]-1,cc[1]-1] *
|
||||
x[cc[2]-1,cc[3]-1] *
|
||||
x[cc[4]-1,cc[5]-1] *
|
||||
x[cc[6]-1,cc[7]-1]) == res;
|
||||
|
||||
@@ -3,7 +3,7 @@ GFLAGS_TAG = 76 # version 2.0
|
||||
PROTOBUF_TAG = 498 # version 2.5.0 + fix
|
||||
GOOGLE_APPUTILS_TAG = 13 # 0.3.0
|
||||
SPARSEHASH_TAG = 116 # 2.0.2
|
||||
CBC_TAG = 2.8.3
|
||||
CBC_TAG = 2.8.5
|
||||
SWIG_TAG = rel-2.0.9
|
||||
PCRE_TAG = 1336 # version 8.33
|
||||
MONO_TAG = 2.10.9
|
||||
|
||||
Reference in New Issue
Block a user